Index: ipc/ipc_message_start.h |
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h |
index 8a9aba9be8464d3a890cad884ef91369927a7c9d..b5c003ac7d6512a607b636dd42d41d601e732fbd 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. |
}; |