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..71435f59fd83ce51b9681be9edec4ef73889d7d9 100644 |
--- a/components/webdata/common/web_data_results.h |
+++ b/components/webdata/common/web_data_results.h |
@@ -34,6 +34,11 @@ 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; |
// |