| 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 IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_ | 5 #ifndef IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_ |
| 6 #define IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_ | 6 #define IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_ |
| 7 | 7 |
| 8 namespace flag_descriptions { | 8 namespace flag_descriptions { |
| 9 | 9 |
| 10 // Title for the flag to control redirection to the task scheduler. | 10 // Title for the flag to control redirection to the task scheduler. |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 extern const char kMarkHttpAsNonSecureAfterEditing[]; | 28 extern const char kMarkHttpAsNonSecureAfterEditing[]; |
| 29 extern const char kMarkHttpAsNonSecureWhileIncognito[]; | 29 extern const char kMarkHttpAsNonSecureWhileIncognito[]; |
| 30 extern const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[]; | 30 extern const char kMarkHttpAsNonSecureWhileIncognitoOrEditing[]; |
| 31 | 31 |
| 32 // Title for the flag to enable Physical Web in the omnibox. | 32 // Title for the flag to enable Physical Web in the omnibox. |
| 33 extern const char kPhysicalWeb[]; | 33 extern const char kPhysicalWeb[]; |
| 34 | 34 |
| 35 // Description for the flag to enable Physical Web in the omnibox. | 35 // Description for the flag to enable Physical Web in the omnibox. |
| 36 extern const char kPhysicalWebDescription[]; | 36 extern const char kPhysicalWebDescription[]; |
| 37 | 37 |
| 38 // Title and description for the flag to enable Web Payments. |
| 39 extern const char kWebPaymentsName[]; |
| 40 extern const char kWebPaymentsDescription[]; |
| 41 |
| 38 } // namespace flag_descriptions | 42 } // namespace flag_descriptions |
| 39 | 43 |
| 40 #endif // IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_ | 44 #endif // IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_ |
| OLD | NEW |