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

Unified Diff: chrome/renderer/media/cast_transport_ipc.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
« no previous file with comments | « chrome/renderer/media/cast_session_delegate.cc ('k') | chrome/renderer/media/cast_transport_ipc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_transport_ipc.h
diff --git a/chrome/renderer/media/cast_transport_ipc.h b/chrome/renderer/media/cast_transport_ipc.h
index c7291aeed5d58a610b3d74e42eaf4cd96a1b88f1..2cf54cf792100efde42bf45b60901476037dd3c2 100644
--- a/chrome/renderer/media/cast_transport_ipc.h
+++ b/chrome/renderer/media/cast_transport_ipc.h
@@ -32,10 +32,7 @@ class CastTransportIPC : public media::cast::CastTransport {
~CastTransportIPC() override;
// media::cast::CastTransport implementation.
- void InitializeAudio(
- const media::cast::CastTransportRtpConfig& config,
- std::unique_ptr<media::cast::RtcpObserver> rtcp_observer) override;
- void InitializeVideo(
+ void InitializeStream(
const media::cast::CastTransportRtpConfig& config,
std::unique_ptr<media::cast::RtcpObserver> rtcp_observer) override;
void InsertFrame(uint32_t ssrc,
« no previous file with comments | « chrome/renderer/media/cast_session_delegate.cc ('k') | chrome/renderer/media/cast_transport_ipc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698