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

Unified Diff: content/public/common/content_switches.cc

Issue 10919075: Move android mediaplayer from render process to browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing comments and resolving merge conflicts Created 8 years, 3 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index ff8378c34bcc1483f360824a8578e4ebbd582add..3f9155369ca08d163044a4043206e9735460c516 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -640,6 +640,12 @@ const char kZygoteProcess[] = "zygote";
const char kEnableVisualWordMovement[] = "enable-visual-word-movement";
#if defined(OS_ANDROID)
+// Disable history logging for media elements.
+const char kDisableMediaHistoryLogging[] = "disable-media-history";
+
+// Whether to run media elements in the renderer process.
+const char kMediaPlayerInRenderProcess[] = "media-player-in-render-process";
+
// Set when Chromium should use a mobile user agent.
const char kUseMobileUserAgent[] = "use-mobile-user-agent";
// Omnibus flag setting an Android graphics mode. May be:
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/media/webmediaplayer_proxy_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698