summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorgunsch <gunsch@chromium.org>2015-02-23 17:05:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-24 01:06:21 +0000
commitd1f98807766c93a37d1413990b07f647011097aa (patch)
treea35200a9429c28b919a2cf10d0fe2fea084452b0 /ipc/ipc_message_start.h
parentc60179098e97dfda6c3fda982a028a27c9235805 (diff)
downloadchromium_src-d1f98807766c93a37d1413990b07f647011097aa.zip
chromium_src-d1f98807766c93a37d1413990b07f647011097aa.tar.gz
chromium_src-d1f98807766c93a37d1413990b07f647011097aa.tar.bz2
Chromecast: adds CastCryptoMsgStart to IPCMessageStart list.
R=tsepez@chromium.org BUG=336640 Review URL: https://codereview.chromium.org/942683003 Cr-Commit-Position: refs/heads/master@{#317710}
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 8a9aba9..b5c003a 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -115,6 +115,9 @@ enum IPCMessageStart {
CastMediaMsgStart,
AwMessagePortMsgStart,
GuestViewMsgStart,
+ // Note: CastCryptoMsgStart reserved for Chromecast internal code.
+ // Contact gunsch@ before changing/removing.
+ CastCryptoMsgStart,
LastIPCMsgStart // Must come last.
};