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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8364039: Initial views touchui GestureRecognizer support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added gesture tests in view_unittest Created 9 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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 52dfbf4574559952f54f3f3f644cf3327f75f4b9..d1665e3f8c0d44bc018394f845aa25d72073ba80 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1244,6 +1244,9 @@ const char kDebugViewsPaint[] = "debug-views-paint";
// devices can be retrieved from 'xinput list'.
const char kTouchDevices[] = "touch-devices";
+// Enables gesture support.
+const char kEnableGesture[] = "enable-gesture";
rjkroege 2011/11/09 02:43:30 these need to be in alphabetical order. like above
Gajen 2011/11/10 15:52:55 Deprecated, as implemented new GR design
+
// Runs Chrome inside the views desktop shell.
const char kViewsDesktop[] = "views-desktop";
#endif

Powered by Google App Engine
This is Rietveld 408576698