| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 4e463106e968977b9231f63230e7249e0bce8e8c..c42a275d0362fe18f82807476085f6740062a882 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -265,6 +265,11 @@ const char kEnableClearBrowsingDataCountersName[] =
|
| const char kEnableClearBrowsingDataCountersDescription[] =
|
| "Shows data volume counters in the Clear browsing data dialog.";
|
|
|
| +const char kEnableClientLoFiName[] = "Client-side Lo-Fi previews";
|
| +
|
| +const char kEnableClientLoFiDescription[] =
|
| + "Enable showing low fidelity images on some pages on slow networks.";
|
| +
|
| const char kEnableDataReductionProxyLitePageName[] =
|
| "Lite pages for Data Saver Lo-Fi mode";
|
| const char kEnableDataReductionProxyLitePageDescription[] =
|
| @@ -1397,11 +1402,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";
|
|
|