summaryrefslogtreecommitdiffstats
path: root/src/core/common/qt_messages.h
blob: 77be79360b079300d99d3add17b7f67eec6525c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Multiply-included file, no traditional include guard.
#include "ipc/ipc_message_macros.h"

// Singly-included section for enums and custom IPC traits.
#ifndef RENDER_VIEW_MESSAGES_H
#define RENDER_VIEW_MESSAGES_H

namespace IPC {

// TODO - add enums and custom IPC traits here when needed.

}  // namespace IPC

#endif  // RENDER_VIEW_MESSAGES_H

#define IPC_MESSAGE_START QtMsgStart