Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3154)

Unified Diff: chrome/browser/ui/views/payments/payment_request_sheet_controller.h

Issue 2692923011: [Payments] Adjust the UI fit the mocks better (Closed)
Patch Set: adds ascii art Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698