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

Unified Diff: ios/chrome/browser/payments/payment_method_selection_coordinator.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_coordinator.h
diff --git a/ios/chrome/browser/payments/payment_method_selection_coordinator.h b/ios/chrome/browser/payments/payment_method_selection_coordinator.h
index 885205e1b4b789a2a525de921bf9894bc232f62e..0b3a70dabe1fab04eeabe2e1fef148c08223a70d 100644
--- a/ios/chrome/browser/payments/payment_method_selection_coordinator.h
+++ b/ios/chrome/browser/payments/payment_method_selection_coordinator.h
@@ -46,8 +46,8 @@ class CreditCard;
// The delegate to be notified when the user selects a payment method or returns
// without selecting a payment method.
-@property(nonatomic, weak) id<PaymentMethodSelectionCoordinatorDelegate>
- delegate;
+@property(nonatomic, weak)
+ id<PaymentMethodSelectionCoordinatorDelegate> delegate;
@end

Powered by Google App Engine
This is Rietveld 408576698