Index: content/common/content_switches.cc |
diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc |
index f4d380b2a43b50f873e7690fa253bfc59f098b78..310549df73a9bee524ca999682e30517f327f776 100644 |
--- a/content/common/content_switches.cc |
+++ b/content/common/content_switches.cc |
@@ -117,6 +117,9 @@ const char kDisableLocalStorage[] = "disable-local-storage"; |
// builds. |
const char kDisableLogging[] = "disable-logging"; |
+// Disable smooth scrolling for testing. |
+const char kDisableSmoothScrolling[] = "disable-smooth-scrolling"; |
+ |
// Prevent plugins from running. |
const char kDisablePlugins[] = "disable-plugins"; |