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

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

Issue 2932703004: [Payment Request] Contact Info editor (Closed)
Patch Set: Addressed comments 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
Index: ios/chrome/browser/ui/payments/payment_request_edit_view_controller.h
diff --git a/ios/chrome/browser/ui/payments/payment_request_edit_view_controller.h b/ios/chrome/browser/ui/payments/payment_request_edit_view_controller.h
index 4352f8ed50c9450808fc129d0d1041df01d5427b..8aea55d2af78e6cffdc23c1d7836f6122e8527c8 100644
--- a/ios/chrome/browser/ui/payments/payment_request_edit_view_controller.h
+++ b/ios/chrome/browser/ui/payments/payment_request_edit_view_controller.h
@@ -21,11 +21,6 @@ extern NSString* const kWarningMessageAccessibilityID;
// Delegate protocol for PaymentRequestEditViewController.
@protocol PaymentRequestEditViewControllerDelegate<NSObject>
-// Notifies the delegate that the user has selected |field|.
-- (void)paymentRequestEditViewController:
- (PaymentRequestEditViewController*)controller
- didSelectField:(EditorField*)field;
-
// Notifies the delegate that the user has finished editing the editor fields.
- (void)paymentRequestEditViewController:
(PaymentRequestEditViewController*)controller
@@ -36,6 +31,13 @@ extern NSString* const kWarningMessageAccessibilityID;
- (void)paymentRequestEditViewControllerDidCancel:
(PaymentRequestEditViewController*)controller;
+@optional
+
+// Notifies the delegate that the user has selected |field|.
+- (void)paymentRequestEditViewController:
+ (PaymentRequestEditViewController*)controller
+ didSelectField:(EditorField*)field;
+
@end
// Validator protocol for PaymentRequestEditViewController.

Powered by Google App Engine
This is Rietveld 408576698