| 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..7b6bc5eec68afe6fbb694c6e6fff49811e5b8217 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -341,6 +341,9 @@ const char kEnableMonitorProfile[] = "enable-monitor-profile";
|
| // Enables compositor-accelerated touch-screen pinch gestures.
|
| const char kEnablePinch[] = "enable-pinch";
|
|
|
| +// Enables use of cache if offline, even if it's stale
|
| +const char kEnableOfflineCacheAccess[] = "enable-offline-cache-access";
|
| +
|
| // Enable caching of pre-parsed JS script data. See http://crbug.com/32407.
|
| const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching";
|
|
|
|
|