| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 2d5769c8bac2c6b35aa21bf1c2ff1a92fa453089..619fd46297bbe2c78749e15a90bfdc93517068fb 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -340,6 +340,7 @@ const char kEnableMonitorProfile[] = "enable-monitor-profile";
|
|
|
| // Enables compositor-accelerated touch-screen pinch gestures.
|
| const char kEnablePinch[] = "enable-pinch";
|
| +const char kDisablePinch[] = "disable-pinch";
|
|
|
| // Enable caching of pre-parsed JS script data. See http://crbug.com/32407.
|
| const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching";
|
|
|