summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index eed0427..4ded0ea 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -917,8 +917,11 @@ const char kStartupManifest[] = "startup-manifest";
// TODO(denisromanov): delete this when not needed for testing.
const char kServicesManifest[] = "services-manifest";
+#endif
+
+#if defined(OS_LINUX)
// Specify the amount the trackpad should scroll by.
-const char kVertScrollDelta[] = "vert-scroll-delta";
+const char kScrollPixels[] = "scroll-pixels";
#endif
#if defined(OS_MACOSX) || defined(OS_WIN)