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 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
7 | 7 |
8 // Includes needed for macros allowing conditional compilation of some strings. | 8 // Includes needed for macros allowing conditional compilation of some strings. |
9 #include "build/build_config.h" | 9 #include "build/build_config.h" |
10 #include "build/buildflag.h" | 10 #include "build/buildflag.h" |
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 extern const char kAggressiveCacheDiscardThresholds[]; | 1289 extern const char kAggressiveCacheDiscardThresholds[]; |
1290 extern const char kAggressiveTabDiscardThresholds[]; | 1290 extern const char kAggressiveTabDiscardThresholds[]; |
1291 extern const char kAggressiveThresholds[]; | 1291 extern const char kAggressiveThresholds[]; |
1292 | 1292 |
1293 extern const char kMtpWriteSupportName[]; | 1293 extern const char kMtpWriteSupportName[]; |
1294 extern const char kMtpWriteSupportDescription[]; | 1294 extern const char kMtpWriteSupportDescription[]; |
1295 | 1295 |
1296 extern const char kNetworkPortalNotificationName[]; | 1296 extern const char kNetworkPortalNotificationName[]; |
1297 extern const char kNetworkPortalNotificationDescription[]; | 1297 extern const char kNetworkPortalNotificationDescription[]; |
1298 | 1298 |
| 1299 extern const char kNetworkSettingsConfigName[]; |
| 1300 extern const char kNetworkSettingsConfigDescription[]; |
| 1301 |
1299 extern const char kNewKoreanImeName[]; | 1302 extern const char kNewKoreanImeName[]; |
1300 extern const char kNewKoreanImeDescription[]; | 1303 extern const char kNewKoreanImeDescription[]; |
1301 | 1304 |
1302 extern const char kNewZipUnpackerName[]; | 1305 extern const char kNewZipUnpackerName[]; |
1303 extern const char kNewZipUnpackerDescription[]; | 1306 extern const char kNewZipUnpackerDescription[]; |
1304 | 1307 |
1305 extern const char kPhysicalKeyboardAutocorrectName[]; | 1308 extern const char kPhysicalKeyboardAutocorrectName[]; |
1306 extern const char kPhysicalKeyboardAutocorrectDescription[]; | 1309 extern const char kPhysicalKeyboardAutocorrectDescription[]; |
1307 | 1310 |
1308 extern const char kPrinterProviderSearchAppName[]; | 1311 extern const char kPrinterProviderSearchAppName[]; |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1472 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1475 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
1473 | 1476 |
1474 // ============================================================================ | 1477 // ============================================================================ |
1475 // Don't just add flags to the end, put them in the right section in | 1478 // Don't just add flags to the end, put them in the right section in |
1476 // alphabetical order. See top instructions for more. | 1479 // alphabetical order. See top instructions for more. |
1477 // ============================================================================ | 1480 // ============================================================================ |
1478 | 1481 |
1479 } // namespace flag_descriptions | 1482 } // namespace flag_descriptions |
1480 | 1483 |
1481 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1484 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
OLD | NEW |