Chromium Code Reviews| 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 |