| 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[] =
|
|
|