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[] = |