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 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1292 extern const char kAggressiveCacheDiscardThresholds[]; | 1292 extern const char kAggressiveCacheDiscardThresholds[]; |
1293 extern const char kAggressiveTabDiscardThresholds[]; | 1293 extern const char kAggressiveTabDiscardThresholds[]; |
1294 extern const char kAggressiveThresholds[]; | 1294 extern const char kAggressiveThresholds[]; |
1295 | 1295 |
1296 extern const char kMtpWriteSupportName[]; | 1296 extern const char kMtpWriteSupportName[]; |
1297 extern const char kMtpWriteSupportDescription[]; | 1297 extern const char kMtpWriteSupportDescription[]; |
1298 | 1298 |
1299 extern const char kNetworkPortalNotificationName[]; | 1299 extern const char kNetworkPortalNotificationName[]; |
1300 extern const char kNetworkPortalNotificationDescription[]; | 1300 extern const char kNetworkPortalNotificationDescription[]; |
1301 | 1301 |
| 1302 extern const char kNetworkSettingsConfigName[]; |
| 1303 extern const char kNetworkSettingsConfigDescription[]; |
| 1304 |
1302 extern const char kNewKoreanImeName[]; | 1305 extern const char kNewKoreanImeName[]; |
1303 extern const char kNewKoreanImeDescription[]; | 1306 extern const char kNewKoreanImeDescription[]; |
1304 | 1307 |
1305 extern const char kNewZipUnpackerName[]; | 1308 extern const char kNewZipUnpackerName[]; |
1306 extern const char kNewZipUnpackerDescription[]; | 1309 extern const char kNewZipUnpackerDescription[]; |
1307 | 1310 |
1308 extern const char kPhysicalKeyboardAutocorrectName[]; | 1311 extern const char kPhysicalKeyboardAutocorrectName[]; |
1309 extern const char kPhysicalKeyboardAutocorrectDescription[]; | 1312 extern const char kPhysicalKeyboardAutocorrectDescription[]; |
1310 | 1313 |
1311 extern const char kPrinterProviderSearchAppName[]; | 1314 extern const char kPrinterProviderSearchAppName[]; |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1475 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1478 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
1476 | 1479 |
1477 // ============================================================================ | 1480 // ============================================================================ |
1478 // Don't just add flags to the end, put them in the right section in | 1481 // Don't just add flags to the end, put them in the right section in |
1479 // alphabetical order. See top instructions for more. | 1482 // alphabetical order. See top instructions for more. |
1480 // ============================================================================ | 1483 // ============================================================================ |
1481 | 1484 |
1482 } // namespace flag_descriptions | 1485 } // namespace flag_descriptions |
1483 | 1486 |
1484 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1487 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
OLD | NEW |