| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 0e418155e62b8d50b5ac5623622fe3d1729e47af..7e3d100cb57d39251f7e9827f78db573df2e49f6 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -347,6 +347,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";
|
|
|