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

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

Issue 131233007: Cast: Clean up injection of transport into PacedPacketSender (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged 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 | « media/cast/rtcp/rtcp_unittest.cc ('k') | media/cast/transport/cast_transport_sender_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/end2end_unittest.cc
diff --git a/media/cast/test/end2end_unittest.cc b/media/cast/test/end2end_unittest.cc
index 7a1af28c2962eade9c68ffaae883628bda1fa8bd..302bfe24f22dd99f61cc9a6cc6e31fbe772f5316 100644
--- a/media/cast/test/end2end_unittest.cc
+++ b/media/cast/test/end2end_unittest.cc
@@ -414,8 +414,8 @@ class End2EndTest : public ::testing::Test {
testing_clock_,
transport_config_,
base::Bind(&UpdateCastTransportStatus),
- transport_task_runner_));
- transport_sender_->InsertFakeTransportForTesting(&sender_to_receiver_);
+ transport_task_runner_,
+ &sender_to_receiver_));
cast_sender_.reset(CastSender::CreateCastSender(
cast_environment_,
« no previous file with comments | « media/cast/rtcp/rtcp_unittest.cc ('k') | media/cast/transport/cast_transport_sender_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698