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

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

Issue 2621453002: Selected shipping option in payment summary view + shipping option selection view (Closed)
Patch Set: Addressed comments by lpromero@ and jdonnelley@ Created 3 years, 11 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 62f08b20d8fbe1b8ac500f5d257caeaeb6934893..a739a24fc0889257bdfdd2a90c1fa7f4a04bc521 100644
--- a/ios/chrome/browser/payments/shipping_address_selection_coordinator.h
+++ b/ios/chrome/browser/payments/shipping_address_selection_coordinator.h
@@ -18,10 +18,14 @@ class AutofillProfile;
@protocol ShippingAddressSelectionCoordinatorDelegate<NSObject>
+// Notifies the delegate that the user has selected a shipping address.
- (void)shippingAddressSelectionCoordinator:
(ShippingAddressSelectionCoordinator*)coordinator
selectedShippingAddress:
(autofill::AutofillProfile*)shippingAddress;
+
+// Notifies the delegate that the user has chosen to return to the previous
+// screen without making a selection.
- (void)shippingAddressSelectionCoordinatorDidReturn:
(ShippingAddressSelectionCoordinator*)coordinator;

Powered by Google App Engine
This is Rietveld 408576698