From 45e9781773ede997a17bdbf1f95ce6512356c9e0 Mon Sep 17 00:00:00 2001 From: derekjchow Date: Fri, 17 Apr 2015 16:52:42 -0700 Subject: 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} --- ipc/ipc_message_start.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ipc') 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. -- cgit v1.1