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

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

Issue 2885793003: ** DO NOT COMMIT** Only for test
Patch Set: Replace yaho 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 c88d93050850c18197b6243a2b64abd52422b541..dbf1a0f46946cafe54c7640709b32ae11c4679af 100644
--- a/components/payments/mojom/payment_app.mojom
+++ b/components/payments/mojom/payment_app.mojom
@@ -39,11 +39,13 @@ interface PaymentManager {
};
struct PaymentAppRequest {
- url.mojom.Url origin;
+ url.mojom.Url top_level_origin;
+ url.mojom.Url payment_request_origin;
+ string payment_request_id;
array<PaymentMethodData> method_data;
PaymentItem total;
array<PaymentDetailsModifier> modifiers;
- string option_id;
+ string instrument_key;
};
struct PaymentAppResponse {

Powered by Google App Engine
This is Rietveld 408576698