Commit d1f98807 authored by gunsch's avatar gunsch Committed by Commit bot

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}
parent c6017909
...@@ -115,6 +115,9 @@ enum IPCMessageStart { ...@@ -115,6 +115,9 @@ enum IPCMessageStart {
CastMediaMsgStart, CastMediaMsgStart,
AwMessagePortMsgStart, AwMessagePortMsgStart,
GuestViewMsgStart, GuestViewMsgStart,
// Note: CastCryptoMsgStart reserved for Chromecast internal code.
// Contact gunsch@ before changing/removing.
CastCryptoMsgStart,
LastIPCMsgStart // Must come last. LastIPCMsgStart // Must come last.
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment