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

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

Issue 2621153002: [WebPayments] Add the Payment Method section in the Payment Sheet (Closed)
Patch Set: Initial patch 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..fd233bd8eca19bcf8c56a68a24b5f5ef7079ce7e 100644
--- a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
+++ b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
@@ -33,6 +33,10 @@ class PaymentSheetViewController : public PaymentRequestSheetController,
std::unique_ptr<views::View> CreateOrderSummarySectionContent();
std::unique_ptr<views::Button> CreatePaymentSheetSummaryRow();
+ std::unique_ptr<views::Button> CreatePaymentMethodRow();
+
+ void InitWidestNameColumnViewWidth();
please use gerrit instead 2017/01/12 19:34:02 newline between methods and member variables.
anthonyvd 2017/01/13 16:09:19 Done.
+ int widest_name_column_view_width_;
DISALLOW_COPY_AND_ASSIGN(PaymentSheetViewController);
};

Powered by Google App Engine
This is Rietveld 408576698