Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1639)

Unified Diff: chrome/browser/resources/gesture_config.js

Issue 11745006: Added TapSuppressionController params to gesture configurations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed TSC command line parameters Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/ui/gesture_prefs_observer_factory_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698