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

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

Issue 2938673003: [Payment Request] Selector view edit mode (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/shipping_option_selection_mediator.h
diff --git a/ios/chrome/browser/ui/payments/shipping_option_selection_mediator.h b/ios/chrome/browser/ui/payments/shipping_option_selection_mediator.h
index 60eb23370702ba6d4e1a4a57de67bb93ee5488bf..6342c08fbe72d20a0ca748ab6b1baf630b5b60d8 100644
--- a/ios/chrome/browser/ui/payments/shipping_option_selection_mediator.h
+++ b/ios/chrome/browser/ui/payments/shipping_option_selection_mediator.h
@@ -17,10 +17,10 @@ class PaymentRequest;
// nil.
@property(nonatomic, copy) NSString* headerText;
-// The current state of the view controller.
+// Redefined to be read-write.
@property(nonatomic, readwrite, assign) PaymentRequestSelectorState state;
-// Index for the currently selected item or NSUIntegerMax if there is none.
+// Redefined to be read-write.
@property(nonatomic, readwrite, assign) NSUInteger selectedItemIndex;
// Initializes this object with an instance of PaymentRequest which has a copy

Powered by Google App Engine
This is Rietveld 408576698