Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 14e400678f699e8773e08de854113062753b56c5..235e0342b26cc11023ea1e1bba1f9e5a66daf476 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -658,6 +658,14 @@ extern const char kRestoreSessionStateDialogShown[]; |
extern const char kWebIntentsEnabled[]; |
+#if defined(USE_AURA) |
rjkroege
2012/02/24 15:21:34
they need to be in alphabetical order. my bad if t
|
+extern const char kMaximumTouchDownDurationInSecondsForClick[]; |
+extern const char kMinimumTouchDownDurationInSecondsForClick[]; |
+extern const char kMaximumSecondsBetweenDoubleClick[]; |
+extern const char kMaximumTouchMoveInPixelsForClick[]; |
+extern const char kMinFlickSpeedSquared[]; |
+#endif |
+ |
} // namespace prefs |
#endif // CHROME_COMMON_PREF_NAMES_H_ |