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

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

Issue 2774233005: Creating PaymentOptionsProvider interface (Closed)
Patch Set: rouslan 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.cc
diff --git a/chrome/browser/ui/views/payments/shipping_option_view_controller.cc b/chrome/browser/ui/views/payments/shipping_option_view_controller.cc
index c1c9d8135a2a4a481362044b41730793682b8dcf..e38be790107e70fb544abc6823a63a1b15acba05 100644
--- a/chrome/browser/ui/views/payments/shipping_option_view_controller.cc
+++ b/chrome/browser/ui/views/payments/shipping_option_view_controller.cc
@@ -75,7 +75,7 @@ ShippingOptionViewController::ShippingOptionViewController(
ShippingOptionViewController::~ShippingOptionViewController() {}
base::string16 ShippingOptionViewController::GetSheetTitle() {
- return GetShippingOptionSectionString(spec()->options().shipping_type);
+ return GetShippingOptionSectionString(spec()->shipping_type());
}
void ShippingOptionViewController::FillContentView(views::View* content_view) {
« no previous file with comments | « chrome/browser/ui/views/payments/profile_list_view_controller.cc ('k') | components/payments/content/payment_request_spec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698