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

Unified Diff: chromecast/browser/cast_content_browser_client.h

Issue 1385333002: [Chromecast] Cleanup the API for creating MediaPipelineBackend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « chromecast/browser/cast_browser_main_parts.cc ('k') | 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 2e82fc848189b5f08b5b96149a82286519ba0072..11763b8b041650755f2140fb504e4dab8963ede0 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -61,10 +61,9 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
PrefService* pref_service,
net::URLRequestContextGetter* request_context_getter);
- // Provide an AudioManagerFactory instance for WebAudio playback.
+#if !defined(OS_ANDROID)
virtual scoped_ptr<::media::AudioManagerFactory> CreateAudioManagerFactory();
-#if !defined(OS_ANDROID)
// Creates a CmaMediaPipelineClient which is responsible to create (CMA
// backend)
// for media playback and watch media pipeline status, called once per media
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698