diff options
author | fsamuel <fsamuel@chromium.org> | 2015-04-21 11:41:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-21 18:42:05 +0000 |
commit | b0dc17d87cb785557687aea9532f60154acac198 (patch) | |
tree | b3142bf8827b3a4e42819c29dd1d1d7722f72854 /ipc/ipc_message_start.h | |
parent | 5473f531dbc85dfe719731a14593580a69a61909 (diff) | |
download | chromium_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.h | 1 |
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. |