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

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

Issue 11012003: Clean up Android default command line flags. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase 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 2d8da3a9784853a623a10bb1082c202d7cf0249c..e1b1aaed78c7fff58fefcbe27f1b0d5b1ceec85a 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -210,10 +210,6 @@ extern const char kMediaPlayerInRenderProcess[];
extern const char kDisableMediaHistoryLogging[];
extern const char kNetworkCountryIso[];
extern const char kUseMobileUserAgent[];
-extern const char kGraphicsMode[];
-// Not actual flags, just values: for example, --graphics-mode=compositor
-extern const char kGraphicsModeValueBasic[];
-extern const char kGraphicsModeValueCompositor[];
extern const char kEnableWebViewSynchronousAPIs[];
#endif

Powered by Google App Engine
This is Rietveld 408576698