| 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;
|
|
|
|
|