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

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

Issue 2744823003: [Payment Request] Generic edit form (Closed)
Patch Set: Created 3 years, 9 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 0b3a70dabe1fab04eeabe2e1fef148c08223a70d..fe47e18b7b06677ab72054cdbff536e00c6e4ea6 100644
--- a/ios/chrome/browser/payments/payment_method_selection_coordinator.h
+++ b/ios/chrome/browser/payments/payment_method_selection_coordinator.h
@@ -9,6 +9,7 @@
#include <vector>
#import "ios/chrome/browser/chrome_coordinator.h"
+#import "ios/chrome/browser/payments/credit_card_edit_coordinator.h"
#import "ios/chrome/browser/payments/payment_method_selection_view_controller.h"
#include "ios/chrome/browser/payments/payment_request.h"
@@ -37,7 +38,8 @@ class CreditCard;
// selection view controller. This view controller will be presented by the view
// controller provided in the initializer.
@interface PaymentMethodSelectionCoordinator
- : ChromeCoordinator<PaymentMethodSelectionViewControllerDelegate>
+ : ChromeCoordinator<PaymentMethodSelectionViewControllerDelegate,
+ CreditCardEditCoordinatorDelegate>
// The PaymentRequest object owning an instance of web::PaymentRequest as
// provided by the page invoking the Payment Request API. This pointer is not

Powered by Google App Engine
This is Rietveld 408576698