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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 | 222 |
223 extern const char kEnableMaterialDesignExtensionsName[]; | 223 extern const char kEnableMaterialDesignExtensionsName[]; |
224 extern const char kEnableMaterialDesignExtensionsDescription[]; | 224 extern const char kEnableMaterialDesignExtensionsDescription[]; |
225 | 225 |
226 extern const char kEnableMaterialDesignFeedbackName[]; | 226 extern const char kEnableMaterialDesignFeedbackName[]; |
227 extern const char kEnableMaterialDesignFeedbackDescription[]; | 227 extern const char kEnableMaterialDesignFeedbackDescription[]; |
228 | 228 |
229 extern const char kEnableMaterialDesignPolicyPageName[]; | 229 extern const char kEnableMaterialDesignPolicyPageName[]; |
230 extern const char kEnableMaterialDesignPolicyPageDescription[]; | 230 extern const char kEnableMaterialDesignPolicyPageDescription[]; |
231 | 231 |
232 extern const char kEnableMaterialDesignSettingsName[]; | |
233 extern const char kEnableMaterialDesignSettingsDescription[]; | |
234 | |
235 extern const char kEnableMidiManagerDynamicInstantiationName[]; | 232 extern const char kEnableMidiManagerDynamicInstantiationName[]; |
236 extern const char kEnableMidiManagerDynamicInstantiationDescription[]; | 233 extern const char kEnableMidiManagerDynamicInstantiationDescription[]; |
237 | 234 |
238 extern const char kEnableNavigationTracingName[]; | 235 extern const char kEnableNavigationTracingName[]; |
239 extern const char kEnableNavigationTracingDescription[]; | 236 extern const char kEnableNavigationTracingDescription[]; |
240 | 237 |
241 extern const char kEnablePictureInPictureName[]; | 238 extern const char kEnablePictureInPictureName[]; |
242 extern const char kEnablePictureInPictureDescription[]; | 239 extern const char kEnablePictureInPictureDescription[]; |
243 | 240 |
244 extern const char kEnableTokenBindingName[]; | 241 extern const char kEnableTokenBindingName[]; |
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1498 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) | 1495 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) |
1499 | 1496 |
1500 // ============================================================================ | 1497 // ============================================================================ |
1501 // Don't just add flags to the end, put them in the right section in | 1498 // Don't just add flags to the end, put them in the right section in |
1502 // alphabetical order. See top instructions for more. | 1499 // alphabetical order. See top instructions for more. |
1503 // ============================================================================ | 1500 // ============================================================================ |
1504 | 1501 |
1505 } // namespace flag_descriptions | 1502 } // namespace flag_descriptions |
1506 | 1503 |
1507 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ | 1504 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ |
OLD | NEW |