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

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

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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 370eff1879a597e5ae6fd698203bc869441c04fd..5e0e8e527966998eb62e44495663202bc2c6ab25 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -203,6 +203,8 @@ CONTENT_EXPORT extern const char kDisableFixedPositionCreatesStackingContext[];
extern const char kEnableVisualWordMovement[];
#if defined(OS_ANDROID)
+extern const char kMediaPlayerInRenderProcess[];
+extern const char kDisableMediaHistoryLogging[];
extern const char kNetworkCountryIso[];
extern const char kUseMobileUserAgent[];
extern const char kGraphicsMode[];

Powered by Google App Engine
This is Rietveld 408576698