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

Unified Diff: ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h

Issue 2964213003: [Payment Request] Create billing address directly from credit card editor (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/credit_card_edit_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h
diff --git a/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h b/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h
index 65ab3889f0744651679e7a6703245ff911915745..3797cb927b7133a940bf48fafd9ed6fe68ba8f02 100644
--- a/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h
+++ b/ios/chrome/browser/ui/payments/credit_card_edit_coordinator.h
@@ -6,6 +6,7 @@
#define IOS_CHROME_BROWSER_UI_PAYMENTS_CREDIT_CARD_EDIT_COORDINATOR_H_
#import "ios/chrome/browser/chrome_coordinator.h"
+#import "ios/chrome/browser/ui/payments/address_edit_coordinator.h"
#import "ios/chrome/browser/ui/payments/billing_address_selection_coordinator.h"
#import "ios/chrome/browser/ui/payments/payment_request_edit_view_controller.h"
@@ -38,9 +39,10 @@ class PaymentRequest;
// controller. This view controller will be presented by the view controller
// provided in the initializer.
@interface CreditCardEditCoordinator
- : ChromeCoordinator<PaymentRequestEditViewControllerDelegate,
- PaymentRequestEditViewControllerValidator,
- BillingAddressSelectionCoordinatorDelegate>
+ : ChromeCoordinator<AddressEditCoordinatorDelegate,
+ BillingAddressSelectionCoordinatorDelegate,
+ PaymentRequestEditViewControllerDelegate,
+ PaymentRequestEditViewControllerValidator>
// The credit card to be edited, if any. This pointer is not owned by this class
// and should outlive it.
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/credit_card_edit_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698