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