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 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1169 | 1169 |
1170 #if defined(OS_ANDROID) | 1170 #if defined(OS_ANDROID) |
1171 | 1171 |
1172 const char kEnableDataReductionProxyMainMenuName[] = | 1172 const char kEnableDataReductionProxyMainMenuName[] = |
1173 "Enable Data Saver main menu item"; | 1173 "Enable Data Saver main menu item"; |
1174 | 1174 |
1175 const char kEnableDataReductionProxyMainMenuDescription[] = | 1175 const char kEnableDataReductionProxyMainMenuDescription[] = |
1176 "Enables the Data Saver menu item in the main menu rather than under " | 1176 "Enables the Data Saver menu item in the main menu rather than under " |
1177 "Settings."; | 1177 "Settings."; |
1178 | 1178 |
| 1179 const char kEnableDataReductionProxySiteBreakdownName[] = |
| 1180 "Data Saver Site Breakdown"; |
| 1181 |
| 1182 const char kEnableDataReductionProxySiteBreakdownDescription[] = |
| 1183 "Enable the site breakdown on the Data Saver settings page."; |
| 1184 |
1179 #endif // defined(OS_ANDROID) | 1185 #endif // defined(OS_ANDROID) |
1180 | 1186 |
1181 const char kLcdTextName[] = "LCD text antialiasing"; | 1187 const char kLcdTextName[] = "LCD text antialiasing"; |
1182 | 1188 |
1183 const char kLcdTextDescription[] = | 1189 const char kLcdTextDescription[] = |
1184 "If disabled, text is rendered with grayscale antialiasing instead of " | 1190 "If disabled, text is rendered with grayscale antialiasing instead of " |
1185 "LCD (subpixel) when doing accelerated compositing."; | 1191 "LCD (subpixel) when doing accelerated compositing."; |
1186 | 1192 |
1187 const char kDistanceFieldTextName[] = "Distance field text"; | 1193 const char kDistanceFieldTextName[] = "Distance field text"; |
1188 | 1194 |
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2904 const char kEnableEhvInputName[] = | 2910 const char kEnableEhvInputName[] = |
2905 "Emoji, handwriting and voice input on opt-in IME menu"; | 2911 "Emoji, handwriting and voice input on opt-in IME menu"; |
2906 | 2912 |
2907 const char kEnableEhvInputDescription[] = | 2913 const char kEnableEhvInputDescription[] = |
2908 "Enable access to emoji, handwriting and voice input form opt-in IME " | 2914 "Enable access to emoji, handwriting and voice input form opt-in IME " |
2909 "menu."; | 2915 "menu."; |
2910 | 2916 |
2911 #endif // #if defined(OS_CHROMEOS) | 2917 #endif // #if defined(OS_CHROMEOS) |
2912 | 2918 |
2913 } // namespace flag_descriptions | 2919 } // namespace flag_descriptions |
OLD | NEW |