| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index a7aef8bab7573292183681d013173463d73de006..f708a05b1aadd9f96324f9730e0a5d742fd57af3 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -271,6 +271,10 @@ const char kDisableSetuidSandbox[] = "disable-setuid-sandbox";
|
| // Disable shared workers.
|
| const char kDisableSharedWorkers[] = "disable-shared-workers";
|
|
|
| +// Disable the showing of client placeholders for Server Lo-Fi images.
|
| +const char kDisableShowClientPlaceholdersForServerLoFi[] =
|
| + "disable-show-client-placeholders-for-server-lo-fi";
|
| +
|
| // Do not use runtime-detected high-end CPU optimizations in Skia. This is
|
| // useful for forcing a baseline code path for e.g. layout tests.
|
| const char kDisableSkiaRuntimeOpts[] = "disable-skia-runtime-opts";
|
| @@ -439,6 +443,10 @@ const char kV8CacheStrategiesForCacheStorage[] =
|
| // is denied by the sandbox.
|
| const char kEnableSandboxLogging[] = "enable-sandbox-logging";
|
|
|
| +// Enable the showing of client placeholders for Server Lo-Fi images.
|
| +const char kEnableShowClientPlaceholdersForServerLoFi[] =
|
| + "enable-show-client-placeholders-for-server-lo-fi";
|
| +
|
| // Enables the Skia benchmarking extension
|
| const char kEnableSkiaBenchmarking[] = "enable-skia-benchmarking";
|
|
|
|
|