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

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: Made changes requested by sadrul 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 78702bacf5f11ffed10d0974ae9508610aeff3d2..a9b2a2bd50022ca0712c0e63d4ae93b4c0360f45 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2451,6 +2451,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