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

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

Issue 2945303003: [Payment Request] Fixes the behavior of selector coordinators in edit mode. (Closed)
Patch Set: initial 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_selector_view_controller.h
diff --git a/ios/chrome/browser/ui/payments/payment_request_selector_view_controller.h b/ios/chrome/browser/ui/payments/payment_request_selector_view_controller.h
index 8194e68b3a1c6baa19e5f8dab72eff39d1299f45..9132c96082c40f7de4b93fda3d8430f4805c3e38 100644
--- a/ios/chrome/browser/ui/payments/payment_request_selector_view_controller.h
+++ b/ios/chrome/browser/ui/payments/payment_request_selector_view_controller.h
@@ -58,6 +58,9 @@
@property(nonatomic, weak) id<PaymentRequestSelectorViewControllerDataSource>
dataSource;
+// Whether or not the editor is in the editing mode.
+@property(nonatomic, assign, getter=isEditing) BOOL editing;
+
// Convenience initializer. Initializes this object with the
// CollectionViewControllerStyleAppBar style and sets up the leading (back)
// button.

Powered by Google App Engine
This is Rietveld 408576698