summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorfsamuel <fsamuel@chromium.org>2015-04-21 11:41:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-21 18:42:05 +0000
commitb0dc17d87cb785557687aea9532f60154acac198 (patch)
treeb3142bf8827b3a4e42819c29dd1d1d7722f72854 /ipc/ipc_message_start.h
parent5473f531dbc85dfe719731a14593580a69a61909 (diff)
downloadchromium_src-b0dc17d87cb785557687aea9532f60154acac198.zip
chromium_src-b0dc17d87cb785557687aea9532f60154acac198.tar.gz
chromium_src-b0dc17d87cb785557687aea9532f60154acac198.tar.bz2
GuestView: Decouple extension IPCs from soon-to-be component IPCs
In the feature, GuestViewMessageFilter will move to components and ExtensionsGuestViewMessageFilter will stay in the extensions module. BUG=444869 TBR=rockot@chromium.org for non-guestview extensions, kenrb@chromium.org for _messages.h These are all just mechanical refactors. Review URL: https://codereview.chromium.org/1092853002 Cr-Commit-Position: refs/heads/master@{#326082}
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 1cec310..3cf58f921 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -115,6 +115,7 @@ enum IPCMessageStart {
NavigatorConnectMsgStart,
CastMediaMsgStart,
AwMessagePortMsgStart,
+ ExtensionsGuestViewMsgStart,
GuestViewMsgStart,
// Note: CastCryptoMsgStart and CastChannelMsgStart reserved for Chromecast
// internal code. Contact gunsch@ before changing/removing.