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

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

Issue 10878085: Change default values of some gesture related constants (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/gesture_prefs_observer_factory_aura.cc » ('j') | chrome/common/pref_names.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/gesture_config.js
diff --git a/chrome/browser/resources/gesture_config.js b/chrome/browser/resources/gesture_config.js
index 5e60d73592fe76c4b429ad00586e97a258f9bc23..534151cce7fd5372fe394d76ae2f0bba080d128f 100644
--- a/chrome/browser/resources/gesture_config.js
+++ b/chrome/browser/resources/gesture_config.js
@@ -29,7 +29,7 @@ var gesture_config = (function() {
key: 'semi_long_press_time_in_seconds',
label: 'Semi Long Press Time',
units: 'seconds',
- default: 0.5
+ default: 0.4
},
{
key: 'max_seconds_between_double_click',
@@ -61,6 +61,12 @@ var gesture_config = (function() {
key: 'max_touch_move_in_pixels_for_click',
label: 'Maximum Touch-Move for Click',
units: 'pixels',
+ default: 5
+ },
+ {
+ key: 'max_distance_between_taps_for_double_tap',
+ label: 'Maximum Distance between two taps for Double Tap',
+ units: 'pixels',
default: 20
},
{
« no previous file with comments | « no previous file | chrome/browser/ui/gesture_prefs_observer_factory_aura.cc » ('j') | chrome/common/pref_names.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698