| 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 829c80832729cd02f05a63a53655d47b1ccee964..ef90d8c857ecdc85f1ff30740a14a9aee0fbf0f6 100644
|
| --- a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
|
| @@ -79,7 +79,7 @@ struct ShippingOption {
|
| };
|
|
|
| struct PaymentDetails {
|
| - array<PaymentItem> items;
|
| + array<PaymentItem> display_items;
|
| array<ShippingOption> shipping_options;
|
| };
|
|
|
|
|