| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 27a963351a282e3426826dd9d3f41ea2e2e118bd..40b88cae55cca880331515f8068830d2fcbab8cf 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -1200,6 +1200,11 @@ 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.";
|
| +
|
| #if defined(OS_ANDROID)
|
|
|
| const char kEnableDataReductionProxyMainMenuName[] =
|
| @@ -1219,11 +1224,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";
|
|
|