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[] = |