Index: ios/chrome/browser/payments/payment_request_coordinator.h |
diff --git a/ios/chrome/browser/payments/payment_request_coordinator.h b/ios/chrome/browser/payments/payment_request_coordinator.h |
index 59970cc2e7fe8853ad0df0076f7e4b86bd533286..ab6dc62da3e52999cb3d4db9cb58ffb91bc6e347 100644 |
--- a/ios/chrome/browser/payments/payment_request_coordinator.h |
+++ b/ios/chrome/browser/payments/payment_request_coordinator.h |
@@ -46,6 +46,11 @@ class PaymentResponse; |
- (void)paymentRequestCoordinatorDidCancel: |
(PaymentRequestCoordinator*)coordinator; |
+// Notifies the delegate that the user has selected to go to the card and |
+// address options page in Settings. |
+- (void)paymentRequestCoordinatorDidSelectSettings: |
+ (PaymentRequestCoordinator*)coordinator; |
+ |
// Notifies the delegate that the user has confirmed the payment request. |
- (void)paymentRequestCoordinator:(PaymentRequestCoordinator*)coordinator |
didConfirmWithPaymentResponse:(web::PaymentResponse)paymentResponse; |