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

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

Issue 630003003: Change GestureConfiguration types to be consistent with each other and with the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fix compile Created 6 years, 2 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 099c2880c56697dc6ad22f7220662a258670d2d6..2e5ac484fff1f797c8a6e20265a0024fc1eb5238 100644
--- a/chrome/browser/resources/gesture_config.js
+++ b/chrome/browser/resources/gesture_config.js
@@ -168,10 +168,9 @@ function GestureConfig() {
units: 'milliseconds',
},
{
- key: 'semi_long_press_time_in_seconds',
+ key: 'semi_long_press_time_in_ms',
label: 'Semi Long Press Time',
- units: 'seconds',
- step: 0.1
+ units: 'milliseconds',
},
{
key: 'max_separation_for_gesture_touches_in_pixels',
« no previous file with comments | « ash/wm/gestures/long_press_affordance_handler.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