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

Unified Diff: ios/chrome/browser/payments/shipping_address_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/shipping_address_selection_coordinator.h
diff --git a/ios/chrome/browser/payments/shipping_address_selection_coordinator.h b/ios/chrome/browser/payments/shipping_address_selection_coordinator.h
index 49ef445e998cedb58bcbc39628962a693ef1f013..e7b08fcafa077f3fe6750e8a5c8d4a24a1eacbac 100644
--- a/ios/chrome/browser/payments/shipping_address_selection_coordinator.h
+++ b/ios/chrome/browser/payments/shipping_address_selection_coordinator.h
@@ -47,8 +47,8 @@ class AutofillProfile;
// The delegate to be notified when the user selects a shipping address or
// returns without selecting one.
-@property(nonatomic, weak) id<ShippingAddressSelectionCoordinatorDelegate>
- delegate;
+@property(nonatomic, weak)
+ id<ShippingAddressSelectionCoordinatorDelegate> delegate;
// Stops the spinner and displays the error provided in the payment details.
- (void)stopSpinnerAndDisplayError;

Powered by Google App Engine
This is Rietveld 408576698