| Index: chrome/browser/resources/gesture_config.js
|
| diff --git a/chrome/browser/resources/gesture_config.js b/chrome/browser/resources/gesture_config.js
|
| index 23823913bc277539935ea7e0980426e329082d14..06132d631c0ce3320d50d727906ddcd979bc2e4d 100644
|
| --- a/chrome/browser/resources/gesture_config.js
|
| +++ b/chrome/browser/resources/gesture_config.js
|
| @@ -322,7 +322,12 @@ function OverscrollConfig() {
|
| },
|
| {
|
| key: 'minimum_threshold_start',
|
| - label: 'Start overscroll gesture after scrolling',
|
| + label: 'Start overscroll gesture (horizontal)',
|
| + units: 'pixels'
|
| + },
|
| + {
|
| + key: 'vertical_threshold_start',
|
| + label: 'Start overscroll gesture (vertical)',
|
| units: 'pixels'
|
| },
|
| {
|
|
|