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

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

Issue 2625183002: [WebPayments] Adding Shipping Address and Contact Info display to order summary (Closed)
Patch Set: Created 3 years, 11 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_sheet_view_controller.h
diff --git a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
index 1b89b000fbf8fe45e5d22536610803d59b0c4cc8..04e0e47136f23d7f94901257672c54310ee59914 100644
--- a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
+++ b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_SHEET_VIEW_CONTROLLER_H_
#define CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_SHEET_VIEW_CONTROLLER_H_
+#include <memory>
+
#include "base/macros.h"
#include "chrome/browser/ui/views/payments/payment_request_sheet_controller.h"
#include "ui/views/controls/button/vector_icon_button_delegate.h"
@@ -34,6 +36,9 @@ class PaymentSheetViewController : public PaymentRequestSheetController,
std::unique_ptr<views::View> CreateOrderSummarySectionContent();
std::unique_ptr<views::Button> CreatePaymentSheetSummaryRow();
+ std::unique_ptr<views::View> CreateShippingSectionContent();
+ std::unique_ptr<views::Button> CreatePaymentSheetShippingRow();
+
DISALLOW_COPY_AND_ASSIGN(PaymentSheetViewController);
};

Powered by Google App Engine
This is Rietveld 408576698