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

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

Issue 2955263002: [Payment Request] Moves some of PR coordinator logic to PR manager (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/payment_request_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/payment_request_coordinator.h
diff --git a/ios/chrome/browser/ui/payments/payment_request_coordinator.h b/ios/chrome/browser/ui/payments/payment_request_coordinator.h
index 7bc8165ab2efdd465b6aa66c623c48a32baac77a..9174635f42510802dd6c3aacac92bf24749b7d6c 100644
--- a/ios/chrome/browser/ui/payments/payment_request_coordinator.h
+++ b/ios/chrome/browser/ui/payments/payment_request_coordinator.h
@@ -31,10 +31,6 @@ namespace ios {
class ChromeBrowserState;
} // namespace ios
-namespace payments {
-struct PaymentAddress;
-} // namespace payments
-
namespace web {
class PaymentDetails;
class PaymentShippingOption;
@@ -61,11 +57,13 @@ class PaymentShippingOption;
// Notifies the delegate that the user has selected a shipping address.
- (void)paymentRequestCoordinator:(PaymentRequestCoordinator*)coordinator
- didSelectShippingAddress:(payments::PaymentAddress)shippingAddress;
+ didSelectShippingAddress:
+ (const autofill::AutofillProfile&)shippingAddress;
// Notifies the delegate that the user has selected a shipping option.
- (void)paymentRequestCoordinator:(PaymentRequestCoordinator*)coordinator
- didSelectShippingOption:(web::PaymentShippingOption)shippingOption;
+ didSelectShippingOption:
+ (const web::PaymentShippingOption&)shippingOption;
@end
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/payment_request_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698