| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 244e371a54a230b53b7ae00ae1ccf9d69893b614..12b032e7a958e9b29d77e98e87ba0ae40fea41d0 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -435,6 +435,9 @@ const char kV8SnapshotPassedByFD[] = "v8-snapshot-passed-by-fd";
|
| const char kV8CacheStrategiesForCacheStorage[] =
|
| "v8-cache-strategies-for-cache-storage";
|
|
|
| +// Enables GPU benchmarking extension APIs.
|
| +const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
|
| +
|
| // 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";
|
|
|