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

Unified Diff: chrome/browser/ui/webui/chromeos/salsa_ui.cc

Issue 586933003: fling: Remove a bunch of code for configuring fling curves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 6 years, 3 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 34c66ac8066dcc55a40407d2d9c85b9446a12e97..9a2afea5465faf86940424b8862956eb30ce868d 100644
--- a/chrome/browser/ui/webui/chromeos/salsa_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/salsa_ui.cc
@@ -26,10 +26,6 @@ namespace {
const char* kWhitelist[] = {
prefs::kMaxSeparationForGestureTouchesInPixels,
- prefs::kFlingAccelerationCurveCoefficient0,
- prefs::kFlingAccelerationCurveCoefficient1,
- prefs::kFlingAccelerationCurveCoefficient2,
- prefs::kFlingAccelerationCurveCoefficient3,
prefs::kTabScrubActivationDelayInMS,
prefs::kOverscrollHorizontalThresholdComplete,
prefs::kOverscrollVerticalThresholdComplete,
@@ -37,12 +33,6 @@ const char* kWhitelist[] = {
prefs::kOverscrollVerticalThresholdStart,
prefs::kOverscrollHorizontalResistThreshold,
prefs::kOverscrollVerticalResistThreshold,
- prefs::kFlingCurveTouchscreenAlpha,
- prefs::kFlingCurveTouchscreenBeta,
- prefs::kFlingCurveTouchscreenGamma,
- prefs::kFlingCurveTouchpadAlpha,
- prefs::kFlingCurveTouchpadBeta,
- prefs::kFlingCurveTouchpadGamma,
};
void RevertPreferences(PrefService* prefs,
« 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