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

Unified Diff: chrome/common/pref_names.cc

Issue 18603008: Seperate horizontal and vertical overscrolling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add hooks to Gesture UI and fixed threshold bug Created 7 years, 5 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 b7f954c946c1713f799b8a926d7e12384cbcf151..172a27e455b0c8a2b4556dae8ea853bf10261bdc 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2452,6 +2452,8 @@ const char kOverscrollVerticalThresholdComplete[] =
"overscroll.vertical_threshold_complete";
const char kOverscrollMinimumThresholdStart[] =
"overscroll.minimum_threshold_start";
+const char kOverscrollVerticalThresholdStart[] =
+ "overscroll.vertical_threshold_start";
const char kOverscrollHorizontalResistThreshold[] =
"overscroll.horizontal_resist_threshold";
const char kOverscrollVerticalResistThreshold[] =

Powered by Google App Engine
This is Rietveld 408576698