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

Unified Diff: ios/chrome/browser/payments/payment_method_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/payment_method_selection_view_controller.h
diff --git a/ios/chrome/browser/payments/payment_method_selection_view_controller.h b/ios/chrome/browser/payments/payment_method_selection_view_controller.h
index 638a6d9056f3e660b81ab829d61c74cb7ee1085b..efbd30ae9734366efb9aa0681937a889c878c538 100644
--- a/ios/chrome/browser/payments/payment_method_selection_view_controller.h
+++ b/ios/chrome/browser/payments/payment_method_selection_view_controller.h
@@ -40,8 +40,8 @@ class CreditCard;
// The delegate to be notified when the user selects a payment method or chooses
// to return without selecting one.
-@property(nonatomic, weak) id<PaymentMethodSelectionViewControllerDelegate>
- delegate;
+@property(nonatomic, weak)
+ id<PaymentMethodSelectionViewControllerDelegate> 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