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

Unified Diff: media/cast/test/sender.cc

Issue 765643006: Cast: Make receiver use cast_transport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix end2end test Created 6 years 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: media/cast/test/sender.cc
diff --git a/media/cast/test/sender.cc b/media/cast/test/sender.cc
index 07efb294b6e1519e1455dc4e795514cd8b864b42..b61bd3a2da2a63fc1b3f72031b472fc8d5cb1ba7 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -321,11 +321,13 @@ int main(int argc, char** argv) {
media::cast::CastTransportSender::Create(
NULL, // net log.
cast_environment->Clock(),
+ net::IPEndPoint(),
remote_endpoint,
make_scoped_ptr(new base::DictionaryValue), // options
base::Bind(&UpdateCastTransportStatus),
base::Bind(&LogRawEvents, cast_environment),
base::TimeDelta::FromSeconds(1),
+ media::cast::PacketReceiverCallback(),
io_message_loop.message_loop_proxy());
// CastSender initialization.

Powered by Google App Engine
This is Rietveld 408576698