Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 33595a74d9c4eeba95f4febb55a7976595fb1129..b5373317ea36a52ef0d5aba5a9443b805b1dcc37 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1935,6 +1935,8 @@ const char kRailBreakProportion[] = |
"gesture.rail_break_proportion"; |
const char kRailStartProportion[] = |
"gesture.rail_start_proportion"; |
+const char kSemiLongPressTimeInSeconds[] = |
+ "gesture.semi_long_press_time_in_seconds"; |
#endif |
// Indicates whether the browser is in managed mode. |