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

Unified Diff: content/public/browser/stored_payment_app.h

Issue 2969713002: [Payments] Present web payment app instead of instruments to user (Closed)
Patch Set: address comments Created 3 years, 5 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
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/stored_payment_instrument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/stored_payment_app.h
diff --git a/content/public/browser/stored_payment_app.h b/content/public/browser/stored_payment_app.h
index 4b298c0d84c3020968c59416397606e4e5fb8f24..e69512850a0f1406924cd989fca519c5692747b2 100644
--- a/content/public/browser/stored_payment_app.h
+++ b/content/public/browser/stored_payment_app.h
@@ -10,7 +10,6 @@
#include <vector>
#include "content/common/content_export.h"
-#include "content/public/browser/stored_payment_instrument.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "url/origin.h"
@@ -33,8 +32,8 @@ struct CONTENT_EXPORT StoredPaymentApp {
// Decoded icon for this payment app.
std::unique_ptr<SkBitmap> icon;
- // A list of one or more payment instruments in this payment app.
- std::vector<std::unique_ptr<StoredPaymentInstrument>> instruments;
+ // A list of one or more enabled payment methods in this payment app.
+ std::vector<std::string> enabled_methods;
};
} // namespace content
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/stored_payment_instrument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698