| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index cda068f4e472d8251450d7092de84c4019ec4d7a..4961d1e8e85df8640870e3ca07103765b3398d79 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -350,6 +350,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";
|
|
|