Commit d27ea21d authored by Colin Blundell's avatar Colin Blundell Committed by Commit Bot

[IPC] Remove unused Chromecast *MsgStart messages

Part of the effort to eliminate the legacy IPC system.

Bug: 1007300
Change-Id: Idbe41f4be45af0be18eea4fd485bcf313dca480c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836494
Commit-Queue: Colin Blundell <blundell@chromium.org>
Reviewed-by: default avatarYuchen Liu <yucliu@chromium.org>
Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Reviewed-by: default avatarMike West <mkwst@chromium.org>
Reviewed-by: default avatarMartin Barbella <mbarbella@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703659}
parent 3d62d5e6
...@@ -44,13 +44,8 @@ enum IPCMessageStart { ...@@ -44,13 +44,8 @@ enum IPCMessageStart {
OzoneGpuMsgStart, OzoneGpuMsgStart,
WebTestMsgStart, WebTestMsgStart,
NetworkHintsMsgStart, NetworkHintsMsgStart,
CastMediaMsgStart,
ExtensionsGuestViewMsgStart, ExtensionsGuestViewMsgStart,
GuestViewMsgStart, GuestViewMsgStart,
// Note: CastCryptoMsgStart and CastChannelMsgStart reserved for Chromecast
// internal code. Contact gunsch@ before changing/removing.
CastCryptoMsgStart,
CastChannelMsgStart,
IPCTestMsgStart, IPCTestMsgStart,
MediaPlayerDelegateMsgStart, MediaPlayerDelegateMsgStart,
SurfaceViewManagerMsgStart, SurfaceViewManagerMsgStart,
......
...@@ -49,9 +49,6 @@ static bool check_msgtable() { ...@@ -49,9 +49,6 @@ static bool check_msgtable() {
exemptions.push_back(TestMsgStart); exemptions.push_back(TestMsgStart);
exemptions.push_back(BlinkTestMsgStart); exemptions.push_back(BlinkTestMsgStart);
exemptions.push_back(WebTestMsgStart); exemptions.push_back(WebTestMsgStart);
exemptions.push_back(CastCryptoMsgStart); // Reserved for chromecast.
exemptions.push_back(CastChannelMsgStart); // Reserved for chromecast.
exemptions.push_back(CastMediaMsgStart); // Reserved for chromecast.
exemptions.push_back(IPCTestMsgStart); exemptions.push_back(IPCTestMsgStart);
exemptions.push_back(WorkerMsgStart); // Now only used by tests. exemptions.push_back(WorkerMsgStart); // Now only used by tests.
exemptions.push_back(ChromeUtilityPrintingMsgStart); // BUILDFLAGS, sigh. exemptions.push_back(ChromeUtilityPrintingMsgStart); // BUILDFLAGS, sigh.
......
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