Chromium Code Reviews| Index: third_party/WebKit/public/platform/modules/payments/payment_request.mojom |
| diff --git a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom |
| index 0c0b6be686b5b21851cf8bb58995d6c52f0c1f87..db4e10d390638f5bbd6cbcb86e963c57e8cad06c 100644 |
| --- a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom |
| +++ b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom |
| @@ -79,6 +79,7 @@ struct ShippingOption { |
| }; |
| struct PaymentDetails { |
| + PaymentItem total; |
| array<PaymentItem> display_items; |
| array<ShippingOption> shipping_options; |
| }; |