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

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

Issue 2700713005: [WebPayments] Updating Shipping List to use PaymentRequestRowView (Closed)
Patch Set: rebase Created 3 years, 10 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/shipping_list_view_controller.h
diff --git a/chrome/browser/ui/views/payments/shipping_list_view_controller.h b/chrome/browser/ui/views/payments/shipping_list_view_controller.h
index 971570ac3a27be5f0bdcc00f20e01c1915f09b39..22b4ae5303f98ef18d06f8fab8add300d66697cc 100644
--- a/chrome/browser/ui/views/payments/shipping_list_view_controller.h
+++ b/chrome/browser/ui/views/payments/shipping_list_view_controller.h
@@ -26,6 +26,9 @@ class ShippingListViewController : public PaymentRequestSheetController {
std::unique_ptr<views::View> CreateView() override;
private:
+ std::unique_ptr<views::Button> CreateAddressRow(
+ std::unique_ptr<views::View> content);
+
DISALLOW_COPY_AND_ASSIGN(ShippingListViewController);
};

Powered by Google App Engine
This is Rietveld 408576698