Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4987)

Unified Diff: chrome/common/pref_names.cc

Issue 313473002: Remove gesture configuration from about://gesture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address sadrul's comments. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 75f4931c6ecb35bc9fe83eb1dc30fb69d72665ec..227c2b1c3d3fb9c58a77b734551614746929e8dc 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2329,49 +2329,10 @@ const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray";
#if defined(USE_AURA)
// Tuning settings for gestures.
-const char kFlingVelocityCap[] = "gesture.fling_velocity_cap";
-const char kLongPressTimeInSeconds[] =
- "gesture.long_press_time_in_seconds";
-const char kMaxDistanceBetweenTapsForDoubleTap[] =
- "gesture.max_distance_between_taps_for_double_tap";
-const char kMaxDistanceForTwoFingerTapInPixels[] =
- "gesture.max_distance_for_two_finger_tap_in_pixels";
-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[] =
- "gesture.max_touch_move_in_pixels_for_click";
-const char kMinDistanceForPinchScrollInPixels[] =
- "gesture.min_distance_for_pinch_scroll_in_pixels";
-const char kMinFlickSpeedSquared[] =
- "gesture.min_flick_speed_squared";
-const char kMinPinchUpdateDistanceInPixels[] =
- "gesture.min_pinch_update_distance_in_pixels";
-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[] =
- "gesture.points_buffered_for_velocity";
-const char kRailBreakProportion[] =
- "gesture.rail_break_proportion";
-const char kRailStartProportion[] =
- "gesture.rail_start_proportion";
-const char kScrollPredictionSeconds[] =
- "gesture.scroll_prediction_seconds";
const char kSemiLongPressTimeInSeconds[] =
"gesture.semi_long_press_time_in_seconds";
-const char kShowPressDelayInMS[] =
- "gesture.show_press_delay_in_ms";
const char kTabScrubActivationDelayInMS[] =
"gesture.tab_scrub_activation_delay_in_ms";
const char kFlingAccelerationCurveCoefficient0[] =
« chrome/browser/ui/gesture_prefs_observer_factory_aura.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698