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

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

Issue 2744633002: [Web Payments] Add the shipping method section to the payment sheet (Closed)
Patch Set: Address feedback 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 6413afd132a91ec4bd801208b6e282a7a855bb13..a75aacb02c2db69b9cfeb0820d7b5f3802fdc4e9 100644
--- a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
+++ b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
@@ -46,6 +46,8 @@ class PaymentSheetViewController : public PaymentRequestSheetController,
std::unique_ptr<views::Button> CreatePaymentMethodRow();
std::unique_ptr<views::View> CreateContactInfoSectionContent();
std::unique_ptr<views::Button> CreateContactInfoRow();
+ std::unique_ptr<views::View> CreateShippingMethodContent();
Mathieu 2017/03/09 19:48:42 Sorry I wasn't clear when we discussed this. I was
anthonyvd 2017/03/09 20:15:44 Done everywhere
+ std::unique_ptr<views::Button> CreateShippingMethodRow();
views::Button* pay_button_;

Powered by Google App Engine
This is Rietveld 408576698