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

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: Add implementation to use audio_device_id in CastRender. 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
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 6553dd8c32a63b25954a9b1a3f04948a6a73a543..ca52dfec32911cc1a87c0a21b4548e382662ae19 100644
--- a/media/mojo/services/media_mojo_unittest.cc
+++ b/media/mojo/services/media_mojo_unittest.cc
@@ -104,7 +104,7 @@ class MediaServiceTest : public shell::test::ServiceTest {
void InitializeRenderer(const VideoDecoderConfig& video_config,
bool expected_result) {
- service_factory_->CreateRenderer(mojo::GetProxy(&renderer_));
+ service_factory_->CreateRenderer(mojo::GetProxy(&renderer_), "");
video_stream_.set_video_decoder_config(video_config);

Powered by Google App Engine
This is Rietveld 408576698