| Index: chrome/browser/ui/views/payments/payment_request_sheet_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_sheet_controller.h b/chrome/browser/ui/views/payments/payment_request_sheet_controller.h
|
| index a3d2497752e9139cbd9d1b7edaffecd3063bcba9..d7c73e7f60f20b8224ca6e4684f44c2af80d1eeb 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_sheet_controller.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_sheet_controller.h
|
| @@ -33,6 +33,9 @@ class PaymentRequestSheetController : public views::VectorIconButtonDelegate {
|
| ~PaymentRequestSheetController() override {}
|
|
|
| virtual std::unique_ptr<views::View> CreateView() = 0;
|
| + // A leading view to complement the button(s). See CreateFooterView for how
|
| + // this is used and what insets are already applied.
|
| + virtual std::unique_ptr<views::View> CreateLeadingFooterView();
|
|
|
| // The PaymentRequest object associated with this instance of the dialog.
|
| // Caller should not take ownership of the result.
|
|
|