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

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

Issue 2711873003: [Web Payments] Re-add extra view in the footer. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/editor_view_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/payments/editor_view_controller.h
diff --git a/chrome/browser/ui/views/payments/editor_view_controller.h b/chrome/browser/ui/views/payments/editor_view_controller.h
index 87881990a28a06cb7845cad3dd635fb4a1660100..6e10a152fe02feb561b12ffa65ccf69bdb23a92d 100644
--- a/chrome/browser/ui/views/payments/editor_view_controller.h
+++ b/chrome/browser/ui/views/payments/editor_view_controller.h
@@ -93,7 +93,7 @@ class EditorViewController : public PaymentRequestSheetController,
// PaymentRequestSheetController:
std::unique_ptr<views::View> CreateView() override;
- std::unique_ptr<views::View> CreateLeadingFooterView() override;
+ std::unique_ptr<views::View> CreateExtraView() override;
Mathieu 2017/02/23 16:22:03 optional nit: CreateExtraFooterView? It would be m
anthonyvd 2017/02/23 16:27:34 Great suggestion, done.
virtual std::unique_ptr<views::View> CreateHeaderView() = 0;
// Returns the field definitions used to build the UI.
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/editor_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698