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

Unified Diff: chrome/renderer/media/cast_session_delegate.cc

Issue 126843003: Revert of Cast:Adding cast_transport_config and cleaning up (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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_rtp_stream.cc ('k') | media/cast/audio_receiver/audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_session_delegate.cc
diff --git a/chrome/renderer/media/cast_session_delegate.cc b/chrome/renderer/media/cast_session_delegate.cc
index 7ad7a6813018eb1427b8c4caaa61a42b90e1d94d..63d5f4a0f318c03ac5a354d96b9383ce2a246f8a 100644
--- a/chrome/renderer/media/cast_session_delegate.cc
+++ b/chrome/renderer/media/cast_session_delegate.cc
@@ -80,7 +80,6 @@
NULL,
video_encode_thread_.message_loop_proxy(),
NULL,
- base::MessageLoopProxy::current(),
media::cast::GetDefaultCastLoggingConfig());
// TODO(hclam): Implement VideoEncoderController to configure hardware
@@ -122,6 +121,5 @@
cast_sender_->packet_receiver()->ReceivedPacket(
packet_copy,
packet.size(),
- base::Bind(&media::cast::transport::PacketReceiver::DeletePacket,
- packet_copy));
+ base::Bind(&media::cast::PacketReceiver::DeletePacket, packet_copy));
}
« no previous file with comments | « chrome/renderer/media/cast_rtp_stream.cc ('k') | media/cast/audio_receiver/audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698