| Index: components/webdata/common/web_data_results.h
|
| diff --git a/components/webdata/common/web_data_results.h b/components/webdata/common/web_data_results.h
|
| index 1577866001ab95f748d36d41b7cfd863cf328e0e..f2f828ced38ebc3ca81e761b06f369c1e21a99f2 100644
|
| --- a/components/webdata/common/web_data_results.h
|
| +++ b/components/webdata/common/web_data_results.h
|
| @@ -34,6 +34,10 @@ typedef enum {
|
| AUTOFILL_CREDITCARD_RESULT, // WDResult<CreditCard>
|
| AUTOFILL_CREDITCARDS_RESULT, // WDResult<std::vector<
|
| // std::unique_ptr<CreditCard>>>
|
| +#if defined(OS_ANDROID)
|
| + PAYMENT_WEB_APP_MANIFEST, // WDResult<std::vector<mojom::WebAppManifestSectionPtr>>
|
| + PAYMENT_METHOD_MANIFEST, // WDResult<std::vector<std::string>>
|
| +#endif
|
| } WDResultType;
|
|
|
| //
|
|
|