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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 | 757 |
758 extern const char kVibrateRequiresUserGestureName[]; | 758 extern const char kVibrateRequiresUserGestureName[]; |
759 extern const char kVibrateRequiresUserGestureDescription[]; | 759 extern const char kVibrateRequiresUserGestureDescription[]; |
760 | 760 |
761 extern const char kVideoFullscreenOrientationLockName[]; | 761 extern const char kVideoFullscreenOrientationLockName[]; |
762 extern const char kVideoFullscreenOrientationLockDescription[]; | 762 extern const char kVideoFullscreenOrientationLockDescription[]; |
763 | 763 |
764 extern const char kVideoRotateToFullscreenName[]; | 764 extern const char kVideoRotateToFullscreenName[]; |
765 extern const char kVideoRotateToFullscreenDescription[]; | 765 extern const char kVideoRotateToFullscreenDescription[]; |
766 | 766 |
767 extern const char kViewsRectBasedTargetingName[]; | |
768 extern const char kViewsRectBasedTargetingDescription[]; | |
769 | |
770 extern const char kWalletServiceUseSandboxName[]; | 767 extern const char kWalletServiceUseSandboxName[]; |
771 extern const char kWalletServiceUseSandboxDescription[]; | 768 extern const char kWalletServiceUseSandboxDescription[]; |
772 | 769 |
773 extern const char kWebgl2Name[]; | 770 extern const char kWebgl2Name[]; |
774 extern const char kWebgl2Description[]; | 771 extern const char kWebgl2Description[]; |
775 | 772 |
776 extern const char kWebglDraftExtensionsName[]; | 773 extern const char kWebglDraftExtensionsName[]; |
777 extern const char kWebglDraftExtensionsDescription[]; | 774 extern const char kWebglDraftExtensionsDescription[]; |
778 | 775 |
779 extern const char kWebMidiName[]; | 776 extern const char kWebMidiName[]; |
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1506 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1503 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
1507 | 1504 |
1508 // ============================================================================ | 1505 // ============================================================================ |
1509 // Don't just add flags to the end, put them in the right section in | 1506 // Don't just add flags to the end, put them in the right section in |
1510 // alphabetical order. See top instructions for more. | 1507 // alphabetical order. See top instructions for more. |
1511 // ============================================================================ | 1508 // ============================================================================ |
1512 | 1509 |
1513 } // namespace flag_descriptions | 1510 } // namespace flag_descriptions |
1514 | 1511 |
1515 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1512 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
OLD | NEW |