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

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

Issue 10532212: Gesture Recognizer: Make short long press time configurable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 69bb9f809eabcb870f4f30a8d322a1d83374d3ba..c58a978f8841368c719ca5b69f414726fa3c7fc3 100644
--- a/chrome/browser/resources/gesture_config.js
+++ b/chrome/browser/resources/gesture_config.js
@@ -26,6 +26,12 @@ var gesture_config = (function() {
default: 1.0
},
{
+ key: 'short_long_press_time_in_seconds',
+ label: 'Short Long Press Time',
+ units: 'seconds',
+ default: 0.5
+ },
+ {
key: 'max_seconds_between_double_click',
label: 'Maximum Double Click Interval',
units: 'seconds',

Powered by Google App Engine
This is Rietveld 408576698