| 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
|
|
|