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

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: 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/interfaces/service_factory.mojom ('k') | media/mojo/services/mojo_media_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..12db5dd6884f939936eb5ae6e97ef1b73ca2a4e7 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(std::string(), mojo::GetProxy(&renderer_));
video_stream_.set_video_decoder_config(video_config);
« no previous file with comments | « media/mojo/interfaces/service_factory.mojom ('k') | media/mojo/services/mojo_media_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698