Chromium Code Reviews| 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"; |