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 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1331 extern const char kQuickUnlockPinName[]; | 1331 extern const char kQuickUnlockPinName[]; |
1332 extern const char kQuickUnlockPinDescription[]; | 1332 extern const char kQuickUnlockPinDescription[]; |
1333 extern const char kQuickUnlockPinSignin[]; | 1333 extern const char kQuickUnlockPinSignin[]; |
1334 extern const char kQuickUnlockPinSigninDescription[]; | 1334 extern const char kQuickUnlockPinSigninDescription[]; |
1335 extern const char kQuickUnlockFingerprint[]; | 1335 extern const char kQuickUnlockFingerprint[]; |
1336 extern const char kQuickUnlockFingerprintDescription[]; | 1336 extern const char kQuickUnlockFingerprintDescription[]; |
1337 | 1337 |
1338 extern const char kOfficeEditingComponentAppName[]; | 1338 extern const char kOfficeEditingComponentAppName[]; |
1339 extern const char kOfficeEditingComponentAppDescription[]; | 1339 extern const char kOfficeEditingComponentAppDescription[]; |
1340 | 1340 |
1341 extern const char kShowArcFilesAppName[]; | |
1342 extern const char kShowArcFilesAppDescription[]; | |
1343 | |
1344 extern const char kSmartVirtualKeyboardName[]; | 1341 extern const char kSmartVirtualKeyboardName[]; |
1345 extern const char kSmartVirtualKeyboardDescription[]; | 1342 extern const char kSmartVirtualKeyboardDescription[]; |
1346 | 1343 |
1347 extern const char kTeamDrivesName[]; | 1344 extern const char kTeamDrivesName[]; |
1348 extern const char kTeamDrivesDescription[]; | 1345 extern const char kTeamDrivesDescription[]; |
1349 | 1346 |
1350 extern const char kTetherName[]; | 1347 extern const char kTetherName[]; |
1351 extern const char kTetherDescription[]; | 1348 extern const char kTetherDescription[]; |
1352 | 1349 |
1353 extern const char kTouchscreenCalibrationName[]; | 1350 extern const char kTouchscreenCalibrationName[]; |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1492 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1489 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
1493 | 1490 |
1494 // ============================================================================ | 1491 // ============================================================================ |
1495 // Don't just add flags to the end, put them in the right section in | 1492 // Don't just add flags to the end, put them in the right section in |
1496 // alphabetical order. See top instructions for more. | 1493 // alphabetical order. See top instructions for more. |
1497 // ============================================================================ | 1494 // ============================================================================ |
1498 | 1495 |
1499 } // namespace flag_descriptions | 1496 } // namespace flag_descriptions |
1500 | 1497 |
1501 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1498 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
OLD | NEW |