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

Unified Diff: chrome/browser/ui/webui/chromeos/salsa_ui.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/browser/ui/gesture_prefs_observer_factory_aura.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/salsa_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/salsa_ui.cc b/chrome/browser/ui/webui/chromeos/salsa_ui.cc
index 6b622baeaacb1ae0cf363cb8584b7018fdeb0cba..34c66ac8066dcc55a40407d2d9c85b9446a12e97 100644
--- a/chrome/browser/ui/webui/chromeos/salsa_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/salsa_ui.cc
@@ -25,32 +25,11 @@
namespace {
const char* kWhitelist[] = {
- prefs::kFlingMaxCancelToDownTimeInMs,
- prefs::kFlingMaxTapGapTimeInMs,
- prefs::kLongPressTimeInSeconds,
- prefs::kLongPressTimeInSeconds,
- prefs::kMaxSecondsBetweenDoubleClick,
prefs::kMaxSeparationForGestureTouchesInPixels,
- prefs::kMaxSwipeDeviationRatio,
- prefs::kMaxTouchDownDurationInSecondsForClick,
- prefs::kMaxTouchMoveInPixelsForClick,
- prefs::kMaxDistanceBetweenTapsForDoubleTap,
- prefs::kMaxDistanceForTwoFingerTapInPixels,
- prefs::kMinDistanceForPinchScrollInPixels,
- prefs::kMinFlickSpeedSquared,
- prefs::kMinPinchUpdateDistanceInPixels,
- prefs::kMinRailBreakVelocity,
- prefs::kMinScrollDeltaSquared,
- prefs::kMinSwipeSpeed,
- prefs::kMinTouchDownDurationInSecondsForClick,
- prefs::kPointsBufferedForVelocity,
- prefs::kRailBreakProportion,
- prefs::kRailStartProportion,
prefs::kFlingAccelerationCurveCoefficient0,
prefs::kFlingAccelerationCurveCoefficient1,
prefs::kFlingAccelerationCurveCoefficient2,
prefs::kFlingAccelerationCurveCoefficient3,
- prefs::kFlingVelocityCap,
prefs::kTabScrubActivationDelayInMS,
prefs::kOverscrollHorizontalThresholdComplete,
prefs::kOverscrollVerticalThresholdComplete,
« no previous file with comments | « chrome/browser/ui/gesture_prefs_observer_factory_aura.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698