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

Unified Diff: ios/chrome/browser/payments/payment_method_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/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 36562561debc5334dd98dde7f5f878d831627733..d526e401fb57612cade330ec2e5dc885e4851be1 100644
--- a/ios/chrome/browser/payments/payment_method_selection_coordinator.h
+++ b/ios/chrome/browser/payments/payment_method_selection_coordinator.h
@@ -19,9 +19,13 @@ class CreditCard;
@protocol PaymentMethodSelectionCoordinatorDelegate<NSObject>
+// Notifies the delegate that the user has selected a payment method.
- (void)paymentMethodSelectionCoordinator:
(PaymentMethodSelectionCoordinator*)coordinator
selectedPaymentMethod:(autofill::CreditCard*)paymentMethod;
+
+// Notifies the delegate that the user has chosen to return to the previous
+// screen without making a selection.
- (void)paymentMethodSelectionCoordinatorDidReturn:
(PaymentMethodSelectionCoordinator*)coordinator;

Powered by Google App Engine
This is Rietveld 408576698