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

Unified Diff: chrome/common/pref_names.h

Issue 9460001: Adding persistance for gesture recognition parms. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated as per rjkroege's review. Factored aura code into separate cc file. Created 8 years, 10 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 14c6565c4b2fcc0a65fde2531d1226ed10c364b3..9428b51b5f4b43c72ab5b6ade2091fbc8b23324d 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -661,6 +661,12 @@ extern const char kWebIntentsEnabled[];
#if defined(USE_AURA)
extern const char kPinnedLauncherApps[];
+
+extern const char kMaximumSecondsBetweenDoubleClick[];
+extern const char kMaximumTouchDownDurationInSecondsForClick[];
+extern const char kMaximumTouchMoveInPixelsForClick[];
+extern const char kMinFlickSpeedSquared[];
+extern const char kMinimumTouchDownDurationInSecondsForClick[];
#endif
extern const char kInManagedMode[];

Powered by Google App Engine
This is Rietveld 408576698