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

Unified Diff: media/mojo/services/media_mojo_unittest.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: Change all places that uses CreateRenderer api to pass in a device_id. Created 4 years, 7 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_mojo_unittest.cc
diff --git a/media/mojo/services/media_mojo_unittest.cc b/media/mojo/services/media_mojo_unittest.cc
index 2c1955a21d4203d0d44d50c7ae1fee7da11ad501..4b58f57573ec9df6ef3247dcdd9c5dc3c895afdc 100644
--- a/media/mojo/services/media_mojo_unittest.cc
+++ b/media/mojo/services/media_mojo_unittest.cc
@@ -106,7 +106,7 @@ class MediaShellTest : public shell::test::ShellTest {
void InitializeRenderer(const VideoDecoderConfig& video_config,
bool expected_result) {
- service_factory_->CreateRenderer(mojo::GetProxy(&renderer_));
+ service_factory_->CreateRenderer(mojo::GetProxy(&renderer_), "");
video_demuxer_stream_.set_video_decoder_config(video_config);

Powered by Google App Engine
This is Rietveld 408576698