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

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

Issue 2768133002: [Web Payments] Refactor sheet display to allow updating view content (Closed)
Patch Set: Add 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/shipping_option_view_controller.h
diff --git a/chrome/browser/ui/views/payments/shipping_option_view_controller.h b/chrome/browser/ui/views/payments/shipping_option_view_controller.h
index 7f0822f892a7ee57e3c0d3b1d258ba2246fda5bf..fd604d4e83323acf3dd53a2982df53337697caf9 100644
--- a/chrome/browser/ui/views/payments/shipping_option_view_controller.h
+++ b/chrome/browser/ui/views/payments/shipping_option_view_controller.h
@@ -21,11 +21,10 @@ class ShippingOptionViewController : public PaymentRequestSheetController {
PaymentRequestDialogView* dialog);
~ShippingOptionViewController() override;
- // PaymentRequestSheetController:
- std::unique_ptr<views::View> CreateView() override;
-
private:
// PaymentRequestSheetController:
+ base::string16 GetSheetTitle() override;
+ void FillContentView(views::View* content_view) override;
std::unique_ptr<views::View> CreateExtraFooterView() override;
PaymentRequestItemList shipping_option_list_;

Powered by Google App Engine
This is Rietveld 408576698