Index: chrome/common/cast_messages.h |
diff --git a/chrome/common/cast_messages.h b/chrome/common/cast_messages.h |
index 1c5315b78013cc13c86c7f1c6e3a0093dd085b72..635cacad7f267fd603e18d6c2a39c0114ce2a5ed 100644 |
--- a/chrome/common/cast_messages.h |
+++ b/chrome/common/cast_messages.h |
@@ -178,11 +178,7 @@ IPC_MESSAGE_CONTROL3(CastMsg_RawEvents, |
// Cast messages sent from the renderer to the browser. |
-IPC_MESSAGE_CONTROL2(CastHostMsg_InitializeAudio, |
- int32_t /*channel_id*/, |
- media::cast::CastTransportRtpConfig /*config*/) |
- |
-IPC_MESSAGE_CONTROL2(CastHostMsg_InitializeVideo, |
+IPC_MESSAGE_CONTROL2(CastHostMsg_InitializeStream, |
int32_t /*channel_id*/, |
media::cast::CastTransportRtpConfig /*config*/) |