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

Unified Diff: chrome/common/pref_names.h

Issue 11299276: Bound the maximum touchscreen fling velocity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: proof-reading nits Created 8 years, 1 month 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 fe6aecb0a19bdef99b784c721e71ccab5db7205a..6a295d996e75cfb06ca35dc847e244e83b2be0cb 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -760,6 +760,7 @@ extern const char kUseDefaultPinnedApps[];
extern const char kPinnedLauncherApps[];
extern const char kShowLogoutButtonInTray[];
+extern const char kFlingVelocityCap[];
extern const char kLongPressTimeInSeconds[];
extern const char kMaxDistanceBetweenTapsForDoubleTap[];
extern const char kMaxDistanceForTwoFingerTapInPixels[];

Powered by Google App Engine
This is Rietveld 408576698