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

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

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.mm
diff --git a/ios/chrome/browser/payments/payment_request_view_controller.mm b/ios/chrome/browser/payments/payment_request_view_controller.mm
index 714a42f03a8a56fb6dda41c00e9ec2cfc6fd58e2..5ce24aa379031fa4e9ba843f41c61dca5973662d 100644
--- a/ios/chrome/browser/payments/payment_request_view_controller.mm
+++ b/ios/chrome/browser/payments/payment_request_view_controller.mm
@@ -501,7 +501,7 @@ typedef NS_ENUM(NSInteger, ItemType) {
- (void)cell:(CollectionViewFooterCell*)cell didTapLinkURL:(GURL)url {
DCHECK_EQ(url, GURL(kSettingsURL)) << "Unknown URL tapped";
- NOTIMPLEMENTED(); // TODO(macourteau): take the user to the right place.
+ [_delegate paymentRequestViewControllerDidSelectSettings:self];
}
#pragma mark UICollectionViewDataSource
« no previous file with comments | « ios/chrome/browser/payments/payment_request_view_controller.h ('k') | ios/chrome/browser/ui/commands/ios_command_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698