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

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

Issue 2805273002: [Payment Request] Selector view controller (Closed)
Patch Set: Addressed comments 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_actions.h
diff --git a/ios/chrome/browser/payments/payment_request_selector_view_controller_actions.h b/ios/chrome/browser/payments/payment_request_selector_view_controller_actions.h
new file mode 100644
index 0000000000000000000000000000000000000000..8151a4251af02c3737daab2e07ba5c514db78193
--- /dev/null
+++ b/ios/chrome/browser/payments/payment_request_selector_view_controller_actions.h
@@ -0,0 +1,17 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef IOS_CHROME_BROWSER_PAYMENTS_PAYMENT_REQUEST_SELECTOR_VIEW_CONTROLLER_ACTIONS_H_
+#define IOS_CHROME_BROWSER_PAYMENTS_PAYMENT_REQUEST_SELECTOR_VIEW_CONTROLLER_ACTIONS_H_
+
+// Protocol handling the actions sent by the
+// PaymentRequestSelectorViewController.
+@protocol PaymentRequestSelectorViewControllerActions
+
+// Called when the user presses the return button.
lpromero 2017/04/18 08:43:46 Proposed nit: s/return/back
Moe 2017/04/18 12:43:30 Done.
+- (void)onReturn;
+
+@end
+
+#endif // IOS_CHROME_BROWSER_PAYMENTS_PAYMENT_REQUEST_SELECTOR_VIEW_CONTROLLER_ACTIONS_H_

Powered by Google App Engine
This is Rietveld 408576698