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

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

Issue 2711873003: [Web Payments] Re-add extra view in the footer. (Closed)
Patch Set: Change CreateExtraView to CreateExtraFooterView 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/editor_view_controller.cc
diff --git a/chrome/browser/ui/views/payments/editor_view_controller.cc b/chrome/browser/ui/views/payments/editor_view_controller.cc
index 2d6710ab788c9f5f8228a8df04b18640c347525d..a13ab0ab144804b52aa5b8ec520dc38e88e21ae8 100644
--- a/chrome/browser/ui/views/payments/editor_view_controller.cc
+++ b/chrome/browser/ui/views/payments/editor_view_controller.cc
@@ -81,7 +81,7 @@ std::unique_ptr<views::View> EditorViewController::CreateView() {
// +---------------------------------------------------------+
// | "* indicates required fields" | CANCEL | DONE |
// +---------------------------------------------------------+
-std::unique_ptr<views::View> EditorViewController::CreateLeadingFooterView() {
+std::unique_ptr<views::View> EditorViewController::CreateExtraFooterView() {
std::unique_ptr<views::View> content_view = base::MakeUnique<views::View>();
views::BoxLayout* layout =

Powered by Google App Engine
This is Rietveld 408576698