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

Unified Diff: media/mojo/services/media_service_unittest.cc

Issue 2640003002: Implement MojoAudioRendererSink and use it in UtilityMojoMediaClient (Closed)
Patch Set: Make sure to stop the audio sink. Also unbind from the audio device thread Created 3 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
Index: media/mojo/services/media_service_unittest.cc
diff --git a/media/mojo/services/media_service_unittest.cc b/media/mojo/services/media_service_unittest.cc
index cf2c520f154a4923f26df3b7e2f0204eb52fbad1..b85a19254a5678919a17cbbfa7fbd0132cb0313a 100644
--- a/media/mojo/services/media_service_unittest.cc
+++ b/media/mojo/services/media_service_unittest.cc
@@ -139,8 +139,8 @@ class MediaServiceTest : public service_manager::test::ServiceTest {
.Times(Exactly(1))
.WillOnce(InvokeWithoutArgs(run_loop_.get(), &base::RunLoop::Quit));
renderer_->Initialize(std::move(client_ptr_info), nullptr,
- std::move(video_stream_proxy), nullptr, base::nullopt,
- base::nullopt,
+ std::move(video_stream_proxy), nullptr, nullptr,
+ base::nullopt, base::nullopt,
base::Bind(&MediaServiceTest::OnRendererInitialized,
base::Unretained(this)));
}

Powered by Google App Engine
This is Rietveld 408576698