| Index: chrome/browser/flag_descriptions.h
|
| diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
|
| index 3074292b1be5be7238b28e9081c3ea9a27e23e59..cce2789a5ae50eb942404305208d8194ae657e92 100644
|
| --- a/chrome/browser/flag_descriptions.h
|
| +++ b/chrome/browser/flag_descriptions.h
|
| @@ -2821,6 +2821,12 @@ extern const char kAndroidPaymentAppsName[];
|
| // Description for the flag to enable third party Android payment apps
|
| extern const char kAndroidPaymentAppsDescription[];
|
|
|
| +// Name of the flag to enable Service Worker payment apps
|
| +extern const char kServiceWorkerPaymentAppsName[];
|
| +
|
| +// Description for the flag to enable Service Worker payment apps
|
| +extern const char kServiceWorkerPaymentAppsDescription[];
|
| +
|
| #endif // defined(OS_ANDROID)
|
|
|
| // Name for the flag to enable feature policy.
|
|
|