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

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

Issue 2759253002: [Web Payments] Implement item selection in lists. (Closed)
Patch Set: Assert back navigation in browser tests. Created 3 years, 9 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 2458082225d97e3b584a338fea912d97b7629faf..57abcfb6af9c8d9af5dbf717374f068afdc0ecbe 100644
--- a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
+++ b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
@@ -41,6 +41,7 @@ class PaymentSheetViewController : public PaymentRequestSheetController,
void ButtonPressed(views::Button* sender, const ui::Event& event) override;
void UpdatePayButtonState(bool enabled);
+ void UpdateContentView();
std::unique_ptr<views::View> CreateShippingSectionContent();
std::unique_ptr<views::Button> CreateShippingRow();
@@ -50,6 +51,7 @@ class PaymentSheetViewController : public PaymentRequestSheetController,
std::unique_ptr<views::Button> CreateContactInfoRow();
std::unique_ptr<views::Button> CreateShippingOptionRow();
+ std::unique_ptr<views::View> container_view_;
views::Button* pay_button_;
const int widest_name_column_view_width_;

Powered by Google App Engine
This is Rietveld 408576698