Index: ios/chrome/browser/payments/payment_request_coordinator.mm |
diff --git a/ios/chrome/browser/payments/payment_request_coordinator.mm b/ios/chrome/browser/payments/payment_request_coordinator.mm |
index 3290959b01859fee64ef3608d2719302726e50a3..f5c0e706783ac29042c8e6824869137123c725b0 100644 |
--- a/ios/chrome/browser/payments/payment_request_coordinator.mm |
+++ b/ios/chrome/browser/payments/payment_request_coordinator.mm |
@@ -335,6 +335,11 @@ class FullCardRequester |
[self sendPaymentResponse]; |
} |
+- (void)paymentRequestViewControllerDidSelectSettings: |
+ (PaymentRequestViewController*)controller { |
+ [_delegate paymentRequestCoordinatorDidSelectSettings:self]; |
+} |
+ |
- (void)paymentRequestViewControllerDidSelectPaymentSummaryItem: |
(PaymentRequestViewController*)controller { |
_itemsDisplayCoordinator = [[PaymentItemsDisplayCoordinator alloc] |