| Index: ios/chrome/browser/ios_chrome_flag_descriptions.h
|
| diff --git a/ios/chrome/browser/ios_chrome_flag_descriptions.h b/ios/chrome/browser/ios_chrome_flag_descriptions.h
|
| index b1abced2d71b5771a34429b6656af8470bd1d1b8..8d47e5efbe5107c0da32a70180ceefffaca3cab5 100644
|
| --- a/ios/chrome/browser/ios_chrome_flag_descriptions.h
|
| +++ b/ios/chrome/browser/ios_chrome_flag_descriptions.h
|
| @@ -35,6 +35,10 @@ extern const char kPhysicalWeb[];
|
| // Description for the flag to enable Physical Web in the omnibox.
|
| extern const char kPhysicalWebDescription[];
|
|
|
| +// Title and description for the flag to enable Web Payments.
|
| +extern const char kWebPaymentsName[];
|
| +extern const char kWebPaymentsDescription[];
|
| +
|
| } // namespace flag_descriptions
|
|
|
| #endif // IOS_CHROME_BROWSER_IOS_CHROME_FLAG_DESCRIPTIONS_H_
|
|
|