diff options
author | derekjchow <derekjchow@chromium.org> | 2015-04-17 16:52:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-17 23:52:53 +0000 |
commit | 45e9781773ede997a17bdbf1f95ce6512356c9e0 (patch) | |
tree | 045b746d73ce85510402be495770aeabdc5b5b35 /ipc | |
parent | e2d1b1cffeb0738ec6fb1d975b9daffd352df327 (diff) | |
download | chromium_src-45e9781773ede997a17bdbf1f95ce6512356c9e0.zip chromium_src-45e9781773ede997a17bdbf1f95ce6512356c9e0.tar.gz chromium_src-45e9781773ede997a17bdbf1f95ce6512356c9e0.tar.bz2 |
Add CastChannelMsgStart to IPCMessageStart.
These messages are used by chromecast internal code.
BUG=
Review URL: https://codereview.chromium.org/1095863002
Cr-Commit-Position: refs/heads/master@{#325737}
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_start.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h index 1eda50a..1cec310 100644 --- a/ipc/ipc_message_start.h +++ b/ipc/ipc_message_start.h @@ -116,9 +116,10 @@ enum IPCMessageStart { CastMediaMsgStart, AwMessagePortMsgStart, GuestViewMsgStart, - // Note: CastCryptoMsgStart reserved for Chromecast internal code. - // Contact gunsch@ before changing/removing. + // Note: CastCryptoMsgStart and CastChannelMsgStart reserved for Chromecast + // internal code. Contact gunsch@ before changing/removing. CastCryptoMsgStart, + CastChannelMsgStart, DataReductionProxyStart, ContentSettingsMsgStart, LastIPCMsgStart // Must come last. |