Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Side by Side Diff: ios/chrome/browser/ios_chrome_flag_descriptions.h

Issue 2967273002: [Payments] Add an entry for Payment Request to chrome://flags on iOS (Closed)
Patch Set: deps fix Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « ios/chrome/browser/experimental_flags.mm ('k') | ios/chrome/browser/ios_chrome_flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698