Index: chrome/browser/resources/gesture_config.js |
diff --git a/chrome/browser/resources/gesture_config.js b/chrome/browser/resources/gesture_config.js |
index 74607f9ec7144eddad493a9d6379609bf4b9a706..16c60b38d6027a73ff8fca8a225a7065b1d9b2ab 100644 |
--- a/chrome/browser/resources/gesture_config.js |
+++ b/chrome/browser/resources/gesture_config.js |
@@ -132,6 +132,16 @@ function GestureConfig() { |
/** List of fields used to dynamically build form. **/ |
var GESTURE_FIELDS = [ |
{ |
+ key: 'fling_max_cancel_to_down_time_in_ms', |
+ label: 'Maximum Cancel to Down Time for Tap Suppression', |
+ units: 'milliseconds', |
+ }, |
+ { |
+ key: 'fling_max_tap_gap_time_in_ms', |
+ label: 'Maximum Tap Gap Time for Tap Suppression', |
+ units: 'milliseconds', |
+ }, |
+ { |
key: 'long_press_time_in_seconds', |
label: 'Long Press Time', |
units: 'seconds' |