Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a4a2ca4ec7500d4ce9bad40909a101bcaeccf530..a8c8d93ccf0eb51bf0bd16b1b14109380addadc9 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -910,7 +910,7 @@ const char kChromeosFrame[] = "chromeos-frame"; |
const char kStartupManifest[] = "startup-manifest"; |
// Specify the amount the trackpad should scroll by. |
-const char kVertScrollDelta[] = "vert-scroll-delta"; |
+const char kScrollPixels[] = "scroll-pixels"; |
#endif |
#if defined(OS_WIN) |