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

Unified Diff: media/test/pipeline_integration_test.cc

Issue 2016053003: Add audio_device_id in mojo media ServiceFactory CreateRenderer api. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Minor change based on the comment 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 | « media/mojo/services/test_mojo_media_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index e244dde2fbe2fd12471ea7632ce8eb62ca659bb6..b3c7349bd67b258cb653a654e345a1f456ea5b8a 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -716,7 +716,8 @@ class PipelineIntegrationTestHost : public shell::test::ServiceTest,
connector()->ConnectToInterface("mojo:media", &media_service_factory_);
mojom::RendererPtr mojo_renderer;
- media_service_factory_->CreateRenderer(mojo::GetProxy(&mojo_renderer));
+ media_service_factory_->CreateRenderer(std::string(),
+ mojo::GetProxy(&mojo_renderer));
return base::WrapUnique(new MojoRenderer(message_loop_.task_runner(),
std::move(mojo_renderer)));
« no previous file with comments | « media/mojo/services/test_mojo_media_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698