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

Unified Diff: media/base/media_switches.h

Issue 2387293007: Register MediaPlayerRenderer service (Closed)
Patch Set: Typo. Created 4 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 | « content/renderer/render_frame_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index a5fe588de33fa0809a5b1ab874bff0f3c0baeaa8..b1ed8408301b2c182525387b7e42f72b56e8b2e2 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -88,6 +88,9 @@ MEDIA_EXPORT extern const base::Feature kUseNewMediaCache;
MEDIA_EXPORT extern const base::Feature kVideoColorManagement;
MEDIA_EXPORT extern const base::Feature kExternalClearKeyForTesting;
+#if defined(OS_ANDROID)
+MEDIA_EXPORT extern const base::Feature kAndroidMediaPlayerRenderer;
+#endif // defined(OS_ANDROID)
} // namespace media
#endif // MEDIA_BASE_MEDIA_SWITCHES_H_
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698