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

Unified Diff: ios/chrome/browser/payments/shipping_option_selection_view_controller.h

Issue 2701923003: [Payment Request] Error message screen (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: ios/chrome/browser/payments/shipping_option_selection_view_controller.h
diff --git a/ios/chrome/browser/payments/shipping_option_selection_view_controller.h b/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
index 423270607a7795ae7b93a93860364334fa032293..3b0661069aaf4d014dc33bb0c7324a31b194accc 100644
--- a/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
+++ b/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
@@ -42,8 +42,8 @@
// The delegate to be notified when the user selects a shipping option or
// returns without selecting one.
-@property(nonatomic, weak) id<ShippingOptionSelectionViewControllerDelegate>
- delegate;
+@property(nonatomic, weak)
+ id<ShippingOptionSelectionViewControllerDelegate> delegate;
// Initializes this object with an instance of PaymentRequest which owns an
// instance of web::PaymentRequest as provided by the page invoking the Payment

Powered by Google App Engine
This is Rietveld 408576698