Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: content/public/common/content_switches.cc

Issue 2930323003: Show client placeholders for Server LoFi images. (Closed)
Patch Set: Added field trial and command line switch controls Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698