| Index: chrome/browser/resources/gesture_config.js
|
| diff --git a/chrome/browser/resources/gesture_config.js b/chrome/browser/resources/gesture_config.js
|
| index e38baa9704a75543bc565abfcd83773878b0280d..1e201b231e1ff671f1eaca32dbb2ec898c569bad 100644
|
| --- a/chrome/browser/resources/gesture_config.js
|
| +++ b/chrome/browser/resources/gesture_config.js
|
| @@ -331,7 +331,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'
|
| },
|
| {
|
|
|