| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/flag_descriptions.h" | 5 #include "chrome/browser/flag_descriptions.h" |
| 6 | 6 |
| 7 namespace flag_descriptions { | 7 namespace flag_descriptions { |
| 8 | 8 |
| 9 // Material Design version of chrome://bookmarks | 9 // Material Design version of chrome://bookmarks |
| 10 | 10 |
| (...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 | 1204 |
| 1205 const char kEnableDataReductionProxyMainMenuDescription[] = | 1205 const char kEnableDataReductionProxyMainMenuDescription[] = |
| 1206 "Enables the Data Saver footer in the main menu"; | 1206 "Enables the Data Saver footer in the main menu"; |
| 1207 | 1207 |
| 1208 const char kEnableDataReductionProxySiteBreakdownName[] = | 1208 const char kEnableDataReductionProxySiteBreakdownName[] = |
| 1209 "Data Saver Site Breakdown"; | 1209 "Data Saver Site Breakdown"; |
| 1210 | 1210 |
| 1211 const char kEnableDataReductionProxySiteBreakdownDescription[] = | 1211 const char kEnableDataReductionProxySiteBreakdownDescription[] = |
| 1212 "Enable the site breakdown on the Data Saver settings page."; | 1212 "Enable the site breakdown on the Data Saver settings page."; |
| 1213 | 1213 |
| 1214 const char kEnableOfflinePreviewsName[] = "Offline Page Previews"; |
| 1215 |
| 1216 const char kEnableOfflinePreviewsDescription[] = |
| 1217 "Enable showing offline page previews on slow networks."; |
| 1218 |
| 1214 #endif // defined(OS_ANDROID) | 1219 #endif // defined(OS_ANDROID) |
| 1215 | 1220 |
| 1216 const char kLcdTextName[] = "LCD text antialiasing"; | 1221 const char kLcdTextName[] = "LCD text antialiasing"; |
| 1217 | 1222 |
| 1218 const char kLcdTextDescription[] = | 1223 const char kLcdTextDescription[] = |
| 1219 "If disabled, text is rendered with grayscale antialiasing instead of " | 1224 "If disabled, text is rendered with grayscale antialiasing instead of " |
| 1220 "LCD (subpixel) when doing accelerated compositing."; | 1225 "LCD (subpixel) when doing accelerated compositing."; |
| 1221 | 1226 |
| 1222 const char kDistanceFieldTextName[] = "Distance field text"; | 1227 const char kDistanceFieldTextName[] = "Distance field text"; |
| 1223 | 1228 |
| (...skipping 1892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3116 const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)"; | 3121 const char kEnableHeapProfilingTaskProfiler[] = "Enabled (task mode)"; |
| 3117 | 3122 |
| 3118 const char kUseSuggestionsEvenIfFewFeatureName[] = | 3123 const char kUseSuggestionsEvenIfFewFeatureName[] = |
| 3119 "Disable minimum for server-side tile suggestions on NTP."; | 3124 "Disable minimum for server-side tile suggestions on NTP."; |
| 3120 | 3125 |
| 3121 const char kUseSuggestionsEvenIfFewFeatureDescription[] = | 3126 const char kUseSuggestionsEvenIfFewFeatureDescription[] = |
| 3122 "Request server-side suggestions even if there are only very few of them " | 3127 "Request server-side suggestions even if there are only very few of them " |
| 3123 "and use them for tiles on the New Tab Page."; | 3128 "and use them for tiles on the New Tab Page."; |
| 3124 | 3129 |
| 3125 } // namespace flag_descriptions | 3130 } // namespace flag_descriptions |
| OLD | NEW |