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

Unified Diff: components/payments/mojom/payment_app.mojom

Issue 2873683002: PaymentHandler: Implement GetAllPaymentApps(). (Closed)
Patch Set: PaymentHandler: Implement GetAllPaymentApps(). Created 3 years, 7 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/payments/mojom/payment_app.mojom
diff --git a/components/payments/mojom/payment_app.mojom b/components/payments/mojom/payment_app.mojom
index b43c771988ff6e274b6174ab909a22d788df4842..09d395b0952cceea95c5ac348728736051a45ed3 100644
--- a/components/payments/mojom/payment_app.mojom
+++ b/components/payments/mojom/payment_app.mojom
@@ -37,6 +37,9 @@ enum PaymentHandlerStatus {
};
struct PaymentInstrument {
+ int64 registration_id;
Tom Sepez 2017/05/09 17:07:21 Where does this ID come from? Is unique to a rend
zino 2017/05/09 17:16:57 These three members are only used in browser side.
Tom Sepez 2017/05/09 17:37:25 I'm not sure the comment is helpful. I'm also not
zino 2017/05/10 17:54:42 I removed these members in mojom and then add a ne
+ string? instrument_key;
+ url.mojom.Url origin;
string name;
array<string> enabled_methods;
string stringified_capabilities;
« no previous file with comments | « no previous file | content/browser/payments/payment_app.proto » ('j') | content/browser/payments/payment_app.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698