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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 | 86 |
87 extern const char kContextualSuggestionsCarouselName[]; | 87 extern const char kContextualSuggestionsCarouselName[]; |
88 extern const char kContextualSuggestionsCarouselDescription[]; | 88 extern const char kContextualSuggestionsCarouselDescription[]; |
89 | 89 |
90 extern const char kCreditCardAssistName[]; | 90 extern const char kCreditCardAssistName[]; |
91 extern const char kCreditCardAssistDescription[]; | 91 extern const char kCreditCardAssistDescription[]; |
92 | 92 |
93 extern const char kCrossProcessGuestViewIsolationName[]; | 93 extern const char kCrossProcessGuestViewIsolationName[]; |
94 extern const char kCrossProcessGuestViewIsolationDescription[]; | 94 extern const char kCrossProcessGuestViewIsolationDescription[]; |
95 | 95 |
96 extern const char kDataReductionProxyCarrierTestName[]; | |
97 extern const char kDataReductionProxyCarrierTestDescription[]; | |
98 | |
99 extern const char kDataReductionProxyLoFiName[]; | 96 extern const char kDataReductionProxyLoFiName[]; |
100 extern const char kDataReductionProxyLoFiDescription[]; | 97 extern const char kDataReductionProxyLoFiDescription[]; |
101 extern const char kDataReductionProxyLoFiAlwaysOn[]; | 98 extern const char kDataReductionProxyLoFiAlwaysOn[]; |
102 extern const char kDataReductionProxyLoFiCellularOnly[]; | 99 extern const char kDataReductionProxyLoFiCellularOnly[]; |
103 extern const char kDataReductionProxyLoFiDisabled[]; | 100 extern const char kDataReductionProxyLoFiDisabled[]; |
104 extern const char kDataReductionProxyLoFiSlowConnectionsOnly[]; | 101 extern const char kDataReductionProxyLoFiSlowConnectionsOnly[]; |
105 | 102 |
106 extern const char kDatasaverPromptName[]; | 103 extern const char kDatasaverPromptName[]; |
107 extern const char kDatasaverPromptDescription[]; | 104 extern const char kDatasaverPromptDescription[]; |
108 extern const char kDatasaverPromptDemoMode[]; | 105 extern const char kDatasaverPromptDemoMode[]; |
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1558 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1555 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
1559 | 1556 |
1560 // ============================================================================ | 1557 // ============================================================================ |
1561 // Don't just add flags to the end, put them in the right section in | 1558 // Don't just add flags to the end, put them in the right section in |
1562 // alphabetical order. See top instructions for more. | 1559 // alphabetical order. See top instructions for more. |
1563 // ============================================================================ | 1560 // ============================================================================ |
1564 | 1561 |
1565 } // namespace flag_descriptions | 1562 } // namespace flag_descriptions |
1566 | 1563 |
1567 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1564 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
OLD | NEW |