| 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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 extern const char | 1088 extern const char |
| 1089 kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[]; | 1089 kProgressBarCompletionResourcesBeforeDclAndSameOriginIframes[]; |
| 1090 | 1090 |
| 1091 extern const char kPullToRefreshEffectName[]; | 1091 extern const char kPullToRefreshEffectName[]; |
| 1092 extern const char kPullToRefreshEffectDescription[]; | 1092 extern const char kPullToRefreshEffectDescription[]; |
| 1093 | 1093 |
| 1094 extern const char kReaderModeHeuristicsName[]; | 1094 extern const char kReaderModeHeuristicsName[]; |
| 1095 extern const char kReaderModeHeuristicsDescription[]; | 1095 extern const char kReaderModeHeuristicsDescription[]; |
| 1096 extern const char kReaderModeHeuristicsMarkup[]; | 1096 extern const char kReaderModeHeuristicsMarkup[]; |
| 1097 extern const char kReaderModeHeuristicsAdaboost[]; | 1097 extern const char kReaderModeHeuristicsAdaboost[]; |
| 1098 extern const char kReaderModeHeuristicsAllArticles[]; |
| 1098 extern const char kReaderModeHeuristicsAlwaysOff[]; | 1099 extern const char kReaderModeHeuristicsAlwaysOff[]; |
| 1099 extern const char kReaderModeHeuristicsAlwaysOn[]; | 1100 extern const char kReaderModeHeuristicsAlwaysOn[]; |
| 1100 | 1101 |
| 1101 extern const char kServiceWorkerPaymentAppsName[]; | 1102 extern const char kServiceWorkerPaymentAppsName[]; |
| 1102 extern const char kServiceWorkerPaymentAppsDescription[]; | 1103 extern const char kServiceWorkerPaymentAppsDescription[]; |
| 1103 | 1104 |
| 1104 extern const char kSetMarketUrlForTestingName[]; | 1105 extern const char kSetMarketUrlForTestingName[]; |
| 1105 extern const char kSetMarketUrlForTestingDescription[]; | 1106 extern const char kSetMarketUrlForTestingDescription[]; |
| 1106 | 1107 |
| 1107 extern const char kTabsInCbdName[]; | 1108 extern const char kTabsInCbdName[]; |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1528 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1529 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
| 1529 | 1530 |
| 1530 // ============================================================================ | 1531 // ============================================================================ |
| 1531 // Don't just add flags to the end, put them in the right section in | 1532 // Don't just add flags to the end, put them in the right section in |
| 1532 // alphabetical order. See top instructions for more. | 1533 // alphabetical order. See top instructions for more. |
| 1533 // ============================================================================ | 1534 // ============================================================================ |
| 1534 | 1535 |
| 1535 } // namespace flag_descriptions | 1536 } // namespace flag_descriptions |
| 1536 | 1537 |
| 1537 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1538 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
| OLD | NEW |