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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ef672400a120eff6c8da619ce6082b3db266272b..53158a0ef3dfa628e4cf59b811bc49142adf3eee 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -488,6 +488,9 @@ const char kEnablePreconnect[] = "enable-preconnect";
// parameter to indicate if the provider should be the default.
const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2";
+// On platforms that support it, enable smooth scroll animation.
+const char kEnableSmoothScrolling[] = "enable-smooth-scrolling";
darin (slow to review) 2011/05/31 20:40:24 nit: indentation of "=" is off by one
Scott Byer 2011/05/31 21:02:45 Done.
+
// Enables 0-RTT HTTPS handshakes.
const char kEnableSnapStart[] = "enable-snap-start";

Powered by Google App Engine
This is Rietveld 408576698