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

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 changes according to the code review. Created 4 years, 6 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/test/pipeline_integration_test.cc
diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
index 51a33bc8576f3ad6cf6efd18f60747e87b5fc686..f516c1385051828f91cd040757d095887c4f77c2 100644
--- a/media/test/pipeline_integration_test.cc
+++ b/media/test/pipeline_integration_test.cc
@@ -686,7 +686,8 @@ class PipelineIntegrationTestHost : public shell::test::ShellTest,
connector()->ConnectToInterface("mojo:media", &media_service_factory_);
mojom::RendererPtr mojo_renderer;
- media_service_factory_->CreateRenderer(mojo::GetProxy(&mojo_renderer));
+ media_service_factory_->CreateRenderer(mojo::GetProxy(&mojo_renderer),
+ std::string());
return base::WrapUnique(new MojoRendererImpl(message_loop_.task_runner(),
std::move(mojo_renderer)));

Powered by Google App Engine
This is Rietveld 408576698