| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 283849c711eb808570b0e64c73544611952977fc..e80426443dcfe1a8b1c3d74059f8dc9519d8607e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1218,6 +1218,9 @@ const char kKeepMouseCursor[] = "keep-mouse-cursor";
|
| // available with XInput 2 (i.e. X server 1.8 or above). The id's of the
|
| // devices can be retrieved from 'xinput list'.
|
| const char kTouchDevices[] = "touch-devices";
|
| +
|
| +// Enables gesture support.
|
| +const char kEnableGesture[] = "enable-gesture";
|
| #endif
|
|
|
| #ifndef NDEBUG
|
|
|