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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2930323003: Show client placeholders for Server LoFi images. (Closed)
Patch Set: Addressed comments 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 27a963351a282e3426826dd9d3f41ea2e2e118bd..35e205a75dc916172eb6992fec6d5486b2410435 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1200,6 +1200,18 @@ 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 kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
+
+const char kEnableClientLoFiDescription[] =
+ "Enable showing low fidelity images on some pages on slow networks.";
+
+const char kEnableClientPlaceholdersForServerLoFiName[] =
megjablon 2017/06/30 18:19:21 Unused. Remove.
sclittle 2017/06/30 21:21:06 Done.
+ "Show client placeholders for Server Lo-Fi images";
+
+const char kEnableClientPlaceholdersForServerLoFiDescription[] =
megjablon 2017/06/30 18:19:21 Unused. Remove.
sclittle 2017/06/30 21:21:06 Done.
+ "Enable showing Client Lo-Fi placeholders in the place of Server Lo-Fi "
+ "images.";
+
#if defined(OS_ANDROID)
const char kEnableDataReductionProxyMainMenuName[] =
@@ -1219,11 +1231,6 @@ const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
const char kEnableOfflinePreviewsDescription[] =
"Enable showing offline page previews on slow networks.";
-const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
-
-const char kEnableClientLoFiDescription[] =
- "Enable showing low fidelity images on some pages on slow networks.";
-
#endif // defined(OS_ANDROID)
const char kLcdTextName[] = "LCD text antialiasing";

Powered by Google App Engine
This is Rietveld 408576698