Chromium Code Reviews| Index: chrome/browser/flag_descriptions.cc |
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
| index c4ad013c954efb75a193e589869a77b686df8135..617ceea62ce3553e6e44248f04648f74a60214ee 100644 |
| --- a/chrome/browser/flag_descriptions.cc |
| +++ b/chrome/browser/flag_descriptions.cc |
| @@ -1205,6 +1205,11 @@ const char kEnableDataReductionProxySiteBreakdownName[] = |
| const char kEnableDataReductionProxySiteBreakdownDescription[] = |
| "Enable the site breakdown on the Data Saver settings page."; |
| +const char kEnableOfflinePreviewsName[] = "Offline Page Previews"; |
| + |
| +const char kEnableOfflinePreviewsDescription[] = |
| + "Enable showing offline page previews on poor networks."; |
|
tbansal1
2017/05/03 17:35:19
s/poor/slow/
RyanSturm
2017/05/03 21:26:25
Done.
|
| + |
| #endif // defined(OS_ANDROID) |
| const char kLcdTextName[] = "LCD text antialiasing"; |