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

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: Whitespace fix. 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 5a95133994a580dacd8f4fc963fcca9949f49dc0..a80701f63f91228023072e56e84d7fd36fe12594 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2337,49 +2337,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[] =
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698