| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 9b8d6b591ffe31ab3e8e0e5d42bc9f682c1e6b1a..7ce5fd4af710b3eb58c05014f172bf0fd8e096ea 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2084,6 +2084,9 @@ 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[] =
|
|
|