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

Unified Diff: components/webdata/common/web_data_results.h

Issue 2838433002: [Payments] Cache payment manifests. (Closed)
Patch Set: rebase Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
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;
//

Powered by Google App Engine
This is Rietveld 408576698