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

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: Rename shipping method to shipping option. 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..1c3a499ea341f732ee39fe71d18aed2d62c8684f 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> CreateShippingOptionContent();
+ std::unique_ptr<views::Button> CreateShippingOptionRow();
views::Button* pay_button_;

Powered by Google App Engine
This is Rietveld 408576698