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

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

Issue 2826713002: [Payment Request] Refactors the remaining selector view controllers (Closed)
Patch Set: Addressed comment 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_selector_view_controller.h
diff --git a/ios/chrome/browser/payments/payment_request_selector_view_controller.h b/ios/chrome/browser/payments/payment_request_selector_view_controller.h
index d9e1efe1a42c009cf5cb7e79ebb3888d94b27f31..7e9f56a184d38c9ce5f7f0d074a2af5ae533932e 100644
--- a/ios/chrome/browser/payments/payment_request_selector_view_controller.h
+++ b/ios/chrome/browser/payments/payment_request_selector_view_controller.h
@@ -20,15 +20,17 @@
(PaymentRequestSelectorViewController*)controller
didSelectItemAtIndex:(NSUInteger)index;
-// Notifies the delegate that the user has chosen to add an item.
-- (void)paymentRequestSelectorViewControllerDidSelectAddItem:
- (PaymentRequestSelectorViewController*)controller;
-
// Notifies the delegate that the user has chosen to return to the previous
// screen without making a selection.
- (void)paymentRequestSelectorViewControllerDidFinish:
(PaymentRequestSelectorViewController*)controller;
+@optional
+
+// Notifies the delegate that the user has chosen to add an item.
+- (void)paymentRequestSelectorViewControllerDidSelectAddItem:
+ (PaymentRequestSelectorViewController*)controller;
+
@end
// View controller responsible for presenting a list of items provided by the

Powered by Google App Engine
This is Rietveld 408576698