| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 5bb4178595ab0fbbf1aa5bd8ee63b94e2a608332..484dc84351e7059487fb44640e1e4c38b920f60a 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -425,6 +425,10 @@ const char kV8NativesPassedByFD[] = "v8-natives-passed-by-fd";
|
| // process by a file descriptor.
|
| const char kV8SnapshotPassedByFD[] = "v8-snapshot-passed-by-fd";
|
|
|
| +// Set strategies to cache V8 data in CacheStorage. (off, normal, or aggressive)
|
| +const char kV8CacheStrategiesForCacheStorage[] =
|
| + "v8-cache-strategies-for-cache-storage";
|
| +
|
| // Cause the OS X sandbox write to syslog every time an access to a resource
|
| // is denied by the sandbox.
|
| const char kEnableSandboxLogging[] = "enable-sandbox-logging";
|
|
|