Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 9b8d6b591ffe31ab3e8e0e5d42bc9f682c1e6b1a..0ec3eabde69564c2ceced496610d91d22034966c 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2084,6 +2084,7 @@ const char kPinnedLauncherApps[] = |
// Boolean value indicating whether to show a logout button in the ash tray. |
const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray"; |
+const char kFlingVelocityCap[] = "gesture.fling_velocity_cap"; |
const char kLongPressTimeInSeconds[] = |
"gesture.long_press_time_in_seconds"; |
const char kMaxDistanceBetweenTapsForDoubleTap[] = |