Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4962)

Unified Diff: chrome/common/cast_messages.h

Issue 2048033003: Refactoring: CastTransport InitializeAudio/InitializeVideo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*/)
« no previous file with comments | « chrome/browser/media/cast_transport_host_filter_unittest.cc ('k') | chrome/renderer/media/cast_session_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698