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

Unified Diff: chrome/browser/flag_descriptions.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: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index e88f4d37d1bb8fc0b5e135f415b59f574afb23c7..dc7022bebbf1e4adcd280124d050302aca70e366 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1195,6 +1195,13 @@ const char kEnableDataReductionProxySavingsPromoDescription[] =
"already saved 1 MB of data, then the promo will not be shown. Data "
"Saver must be enabled for the promo to be shown.";
+const char kEnableShowClientPlaceholdersForServerLoFiName[] =
+ "Show client placeholders for Server Lo-Fi images";
+
+const char kEnableShowClientPlaceholdersForServerLoFiDescription[] =
+ "Enable showing Client Lo-Fi placeholders in the place of Server Lo-Fi "
+ "images.";
+
#if defined(OS_ANDROID)
const char kEnableDataReductionProxyMainMenuName[] =

Powered by Google App Engine
This is Rietveld 408576698