| 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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 | 812 |
| 813 extern const char kBackgroundLoaderForDownloadsName[]; | 813 extern const char kBackgroundLoaderForDownloadsName[]; |
| 814 extern const char kBackgroundLoaderForDownloadsDescription[]; | 814 extern const char kBackgroundLoaderForDownloadsDescription[]; |
| 815 | 815 |
| 816 extern const char kChromeHomeExpandButtonName[]; | 816 extern const char kChromeHomeExpandButtonName[]; |
| 817 extern const char kChromeHomeExpandButtonDescription[]; | 817 extern const char kChromeHomeExpandButtonDescription[]; |
| 818 | 818 |
| 819 extern const char kChromeHomeName[]; | 819 extern const char kChromeHomeName[]; |
| 820 extern const char kChromeHomeDescription[]; | 820 extern const char kChromeHomeDescription[]; |
| 821 | 821 |
| 822 extern const char kChromeHomeNtpRedesignName[]; | |
| 823 extern const char kChromeHomeNtpRedesignDescription[]; | |
| 824 | |
| 825 extern const char kContentSuggestionsCategoryOrderName[]; | 822 extern const char kContentSuggestionsCategoryOrderName[]; |
| 826 extern const char kContentSuggestionsCategoryOrderDescription[]; | 823 extern const char kContentSuggestionsCategoryOrderDescription[]; |
| 827 | 824 |
| 828 extern const char kContentSuggestionsCategoryRankerName[]; | 825 extern const char kContentSuggestionsCategoryRankerName[]; |
| 829 extern const char kContentSuggestionsCategoryRankerDescription[]; | 826 extern const char kContentSuggestionsCategoryRankerDescription[]; |
| 830 | 827 |
| 831 extern const char kContextualSearchContextualCardsBarIntegration[]; | 828 extern const char kContextualSearchContextualCardsBarIntegration[]; |
| 832 extern const char kContextualSearchContextualCardsBarIntegrationDescription[]; | 829 extern const char kContextualSearchContextualCardsBarIntegrationDescription[]; |
| 833 | 830 |
| 834 extern const char kContextualSearchSingleActionsName[]; | 831 extern const char kContextualSearchSingleActionsName[]; |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1450 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1447 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 1451 | 1448 |
| 1452 // ============================================================================ | 1449 // ============================================================================ |
| 1453 // Don't just add flags to the end, put them in the right section in | 1450 // Don't just add flags to the end, put them in the right section in |
| 1454 // alphabetical order. See top instructions for more. | 1451 // alphabetical order. See top instructions for more. |
| 1455 // ============================================================================ | 1452 // ============================================================================ |
| 1456 | 1453 |
| 1457 } // namespace flag_descriptions | 1454 } // namespace flag_descriptions |
| 1458 | 1455 |
| 1459 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1456 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
| OLD | NEW |