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

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

Issue 2804853002: Cancels payment request when Settings is tapped, and opens the Autofill settings page. (Closed)
Patch Set: Remove more strongSelf checks. Created 3 years, 8 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_request_view_controller.h
diff --git a/ios/chrome/browser/payments/payment_request_view_controller.h b/ios/chrome/browser/payments/payment_request_view_controller.h
index 4d4da7f1ea829b2d54a07c09bf600f97f3db204c..4cabe8a822a3989f1ca95bd09e8acadb650a4a16 100644
--- a/ios/chrome/browser/payments/payment_request_view_controller.h
+++ b/ios/chrome/browser/payments/payment_request_view_controller.h
@@ -28,6 +28,11 @@ class PaymentRequest;
- (void)paymentRequestViewControllerDidConfirm:
(PaymentRequestViewController*)controller;
+// Notifies the delegate that the user has selected to go to the card and
+// address options page in Settings.
+- (void)paymentRequestViewControllerDidSelectSettings:
+ (PaymentRequestViewController*)controller;
+
// Notifies the delegate that the user has selected the payment summary item.
- (void)paymentRequestViewControllerDidSelectPaymentSummaryItem:
(PaymentRequestViewController*)controller;
« no previous file with comments | « ios/chrome/browser/payments/payment_request_manager.mm ('k') | ios/chrome/browser/payments/payment_request_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698