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

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

Issue 2730123002: [Web Payments] Add inline items to the Order Summary section. (Closed)
Patch Set: Address comments. 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 1e65dd199a977b6751325a686a3aabf25c3d1c63..6413afd132a91ec4bd801208b6e282a7a855bb13 100644
--- a/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
+++ b/chrome/browser/ui/views/payments/payment_sheet_view_controller.h
@@ -40,7 +40,6 @@ class PaymentSheetViewController : public PaymentRequestSheetController,
void UpdatePayButtonState(bool enabled);
- std::unique_ptr<views::View> CreateOrderSummarySectionContent();
std::unique_ptr<views::View> CreateShippingSectionContent();
std::unique_ptr<views::Button> CreateShippingRow();
std::unique_ptr<views::Button> CreatePaymentSheetSummaryRow();

Powered by Google App Engine
This is Rietveld 408576698