Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 1e3d7f8fd91159341974970c7915ddfb0fc78189..69e412aa2d7fe88c29d42d89929abfd2104e343b 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2132,6 +2132,10 @@ const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray"; |
// kShelfAutoHideBehavior. |
const char kShelfPreferences[] = "shelf_preferences"; |
+const char kFlingMaxCancelToDownTimeInMs[] = |
+ "gesture.fling_max_cancel_to_down_time_in_ms"; |
+const char kFlingMaxTapGapTimeInMs[] = |
+ "gesture.fling_max_tap_gap_time_in_ms"; |
const char kFlingVelocityCap[] = "gesture.fling_velocity_cap"; |
const char kLongPressTimeInSeconds[] = |
"gesture.long_press_time_in_seconds"; |