| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index ef71820ff138f3b1bc61dc7374c4ccd4d2ab8620..432642f42bf82420eae9edf7a7c779c0a07790e4 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1814,6 +1814,8 @@ const char kMaxSecondsBetweenDoubleClick[] =
|
| "gesture.max_seconds_between_double_click";
|
| const char kMaxSeparationForGestureTouchesInPixels[] =
|
| "gesture.max_separation_for_gesture_touches_in_pixels";
|
| +const char kMaxSwipeDeviationRatio[] =
|
| + "gesture.max_swipe_deviation_ratio";
|
| const char kMaxTouchDownDurationInSecondsForClick[] =
|
| "gesture.max_touch_down_duration_in_seconds_for_click";
|
| const char kMaxTouchMoveInPixelsForClick[] =
|
| @@ -1828,6 +1830,8 @@ const char kMinRailBreakVelocity[] =
|
| "gesture.min_rail_break_velocity";
|
| const char kMinScrollDeltaSquared[] =
|
| "gesture.min_scroll_delta_squared";
|
| +const char kMinSwipeSpeed[] =
|
| + "gesture.min_swipe_speed";
|
| const char kMinTouchDownDurationInSecondsForClick[] =
|
| "gesture.min_touch_down_duration_in_seconds_for_click";
|
| const char kPointsBufferedForVelocity[] =
|
|
|