| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 1e8eaf7d4ada21485b52cc44901c011f7e34bf1b..56e3721944b84e74474a5b6fb0480f7ac643004f 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2455,6 +2455,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[] =
|
|
|