| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 563dd33e3ea5b216f17c75eea7e2d43e952fdad8..0241710537ff7da79ceaec657f56407d8edf3b97 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1804,6 +1804,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[] =
|
| @@ -1818,6 +1820,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[] =
|
|
|