summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorfsamuel <fsamuel@chromium.org>2015-02-02 17:29:26 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-03 01:30:14 +0000
commita04a4483105ca6f5daadc992536e839ee2f6c18f (patch)
tree18e70af9cf09a562927ee61d29d311e0ec30f2fe /ipc/ipc_message_start.h
parent25180dcbeca28ce67b2f6c7465140c126ca768de (diff)
downloadchromium_src-a04a4483105ca6f5daadc992536e839ee2f6c18f.zip
chromium_src-a04a4483105ca6f5daadc992536e839ee2f6c18f.tar.gz
chromium_src-a04a4483105ca6f5daadc992536e839ee2f6c18f.tar.bz2
Move GuestView IPCs into their own messages file.
BUG=444869 Review URL: https://codereview.chromium.org/892923002 Cr-Commit-Position: refs/heads/master@{#314233}
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 48dd9af..5305d22 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -114,6 +114,7 @@ enum IPCMessageStart {
NavigatorConnectMsgStart,
CastMediaMsgStart,
AwMessagePortMsgStart,
+ GuestViewMsgStart,
LastIPCMsgStart // Must come last.
};