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

Unified Diff: content/common/content_switches.h

Issue 7693019: Enable smooth scrolling on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 4 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/common/content_switches.h
diff --git a/content/common/content_switches.h b/content/common/content_switches.h
index a248391b16b9753ee44a55d80619fe913799b080..f4936e71145b599c424666029fdfbf2fef77bf89 100644
--- a/content/common/content_switches.h
+++ b/content/common/content_switches.h
@@ -46,6 +46,7 @@ extern const char kDisableJavaScript[];
extern const char kDisableJavaScriptI18NAPI[];
extern const char kDisableLocalStorage[];
extern const char kDisableLogging[];
+extern const char kDisableMacSmoothScrollingForTesting[];
extern const char kDisablePlugins[];
extern const char kDisablePopupBlocking[];
extern const char kDisableRendererAccessibility[];

Powered by Google App Engine
This is Rietveld 408576698