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 |