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

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

Issue 11186039: Move CC switches to cc/switches.h. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Switch ui/compositor back to using compositorSupport() Created 8 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/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 891b20d2d76637199b9bb0ec6de6a84d194ebb8c..470a7ca2434eec127144982a05862c2f1bd14ab4 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -77,7 +77,6 @@ extern const char kDisableSiteSpecificQuirks[];
CONTENT_EXPORT extern const char kDisableSpeechInput[];
CONTENT_EXPORT extern const char kEnableScriptedSpeech[];
extern const char kSpeechRecognitionWebserviceKey[];
-CONTENT_EXPORT extern const char kDisableThreadedAnimation[];
#if defined(OS_ANDROID)
CONTENT_EXPORT extern const char kEnableWebAudio[];
#else
@@ -109,10 +108,8 @@ extern const char kDisableMediaSource[];
extern const char kDisableWebMediaPlayerMS[];
extern const char kEnableDeprecatedPeerConnection[];
extern const char kEnableMonitorProfile[];
-extern const char kEnablePartialSwap[];
extern const char kEnableUIReleaseFrontSurface[];
extern const char kEnablePinch[];
-CONTENT_EXPORT extern const char kEnablePinchInCompositor[];
extern const char kEnablePreparsedJsCaching[];
CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[];
extern const char kEnablePruneGpuCommandBuffers[];
@@ -235,8 +232,6 @@ extern const char kScrollPixels[];
extern const char kUseSystemSSL[];
#endif
-extern const char kEnablePerTilePainting[];
-
#if defined(USE_AURA)
CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698