| Index: chrome/browser/ui/views/payments/payment_request_views_util.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_views_util.h b/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| index c7cfbc6444559f3102aa5a2811313ac5d0f91d13..69aad15fc04d8af4815e0fc1e3314dc972c2fc1e 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| @@ -94,6 +94,10 @@ base::string16 GetShippingAddressSectionString(
|
| base::string16 GetShippingOptionSectionString(
|
| payments::mojom::PaymentShippingType shipping_type);
|
|
|
| +std::unique_ptr<views::View> CreateShippingOptionLabel(
|
| + payments::mojom::PaymentShippingOption* shipping_option,
|
| + const base::string16& formatted_amount);
|
| +
|
| } // namespace payments
|
|
|
| #endif // CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_VIEWS_UTIL_H_
|
|
|