diff options
author | fsamuel <fsamuel@chromium.org> | 2015-02-02 17:29:26 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-03 01:30:14 +0000 |
commit | a04a4483105ca6f5daadc992536e839ee2f6c18f (patch) | |
tree | 18e70af9cf09a562927ee61d29d311e0ec30f2fe /ipc | |
parent | 25180dcbeca28ce67b2f6c7465140c126ca768de (diff) | |
download | chromium_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')
-rw-r--r-- | ipc/ipc_message_start.h | 1 |
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. }; |