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

Unified Diff: chromecast/browser/cast_content_browser_client.h

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 | « no previous file | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index 15d685100ffb86d3103a9cc7b72bbf830761074b..dffac910b9fccc343fb8402519a2628d41b2972f 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -74,7 +74,8 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
// Creates a MediaPipelineDevice (CMA backend) for media playback, called
// once per media player instance.
virtual std::unique_ptr<media::MediaPipelineBackend>
- CreateMediaPipelineBackend(const media::MediaPipelineDeviceParams& params);
+ CreateMediaPipelineBackend(const media::MediaPipelineDeviceParams& params,
+ const std::string& audio_device_id);
media::MediaResourceTracker* media_resource_tracker();
« no previous file with comments | « no previous file | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698