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

Unified Diff: third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h

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
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h
diff --git a/third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h b/third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h
index 1fb0bb12c8181a2ca3513c380f8f49003aca2fc2..2a98a8c6a2208297979c699a0fc4d142d2f71262 100644
--- a/third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h
+++ b/third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h
@@ -15,11 +15,13 @@ namespace blink {
// https://w3c.github.io/webpayments-payment-apps-api/#idl-def-paymentapprequest
struct WebPaymentAppRequest {
- WebString origin;
+ WebString top_level_origin;
+ WebString payment_request_origin;
+ WebString payment_request_id;
WebVector<WebPaymentMethodData> method_data;
WebPaymentItem total;
WebVector<WebPaymentDetailsModifier> modifiers;
- WebString option_id;
+ WebString instrument_key;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentRequestEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698