| Index: chrome/browser/resources/gesture_config.js
|
| diff --git a/chrome/browser/resources/gesture_config.js b/chrome/browser/resources/gesture_config.js
|
| index 25e9ce6f3367ccfd3106504500a7da2e07ec3f22..74607f9ec7144eddad493a9d6379609bf4b9a706 100644
|
| --- a/chrome/browser/resources/gesture_config.js
|
| +++ b/chrome/browser/resources/gesture_config.js
|
| @@ -244,6 +244,11 @@ function GestureConfig() {
|
| key: 'fling_acceleration_curve_coefficient_3',
|
| label: '+',
|
| units: 'x<sup>0</sup>'
|
| + },
|
| + {
|
| + key: 'fling_velocity_cap',
|
| + label: 'Touchscreen Fling Velocity Cap',
|
| + units: 'pixels / second'
|
| }
|
| ];
|
|
|
|
|