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

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 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 9062dd7d5eb2e0bf4031906c0bc0f0c5381995ed..18f4b7ccb2da94abb58cafb54d65528ea1be7de1 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -663,6 +663,12 @@ const char kZygoteProcess[] = "zygote";
const char kEnableVisualWordMovement[] = "enable-visual-word-movement";
#if defined(OS_ANDROID)
+// Disable history logging in mediaplayer
scherkus (not reviewing) 2012/09/07 13:17:35 s/in mediaplayer/for media elements./ (don't forge
qinmin 2012/09/07 22:48:27 Done.
+const char kDisableMediaHistoryLogging[] = "disable-media-history";
+
+// Running mediaplayer in renderer process.
scherkus (not reviewing) 2012/09/07 13:17:35 reword suggestion: Whether to run the media elemen
qinmin 2012/09/07 22:48:27 Done.
+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:

Powered by Google App Engine
This is Rietveld 408576698