summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-01-15 17:22:44 +0100
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-01-17 14:58:17 +0100
commitb89ebf898a48afcaaa4fb48e6f3f3cbd8febd137 (patch)
tree071c536a5deb686ad2e9ed599bd6f7ff6648b062
parente4d96858acc5c6c1bfa47fe4a6a3b8bbf986e60c (diff)
downloadqtwebengine-chromium-b89ebf898a48afcaaa4fb48e6f3f3cbd8febd137.tar.gz
Declare a Qt IPC message class
This allows Qt-specific IPC messages to be declared in QtWebEngine. Change-Id: Id6af79becf14c8c621df6752c6183ff550524859 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
-rw-r--r--chromium/ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/ipc/ipc_message_start.h b/chromium/ipc/ipc_message_start.h
index a8cca5353f1..314ed0e4689 100644
--- a/chromium/ipc/ipc_message_start.h
+++ b/chromium/ipc/ipc_message_start.h
@@ -10,6 +10,7 @@
// code to figure out the message class from its ID.
enum IPCMessageStart {
AutomationMsgStart = 0,
+ QtMsgStart,
ViewMsgStart,
InputMsgStart,
PluginMsgStart,