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

Unified Diff: chrome/common/pref_names.cc

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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 33595a74d9c4eeba95f4febb55a7976595fb1129..cc5b079587fcfc93add542be4dfa0afbe1ef536d 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1903,6 +1903,8 @@ const char kPinnedLauncherApps[] =
const char kLongPressTimeInSeconds[] =
"gesture.long_press_time_in_seconds";
+const char kShortLongPressTimeInSeconds[] =
+ "gesture.short_long_press_time_in_seconds";
const char kMaxDistanceForTwoFingerTapInPixels[] =
"gesture.max_distance_for_two_finger_tap_in_pixels";
const char kMaxSecondsBetweenDoubleClick[] =

Powered by Google App Engine
This is Rietveld 408576698