| Index: ios/chrome/browser/ui/payments/billing_address_selection_mediator.h
|
| diff --git a/ios/chrome/browser/ui/payments/billing_address_selection_mediator.h b/ios/chrome/browser/ui/payments/billing_address_selection_mediator.h
|
| index de1b72e847789f23830ba866c1d9fcb39d786790..216cdc6f10dc0b2cca9bf025e1cbf25e96987d6f 100644
|
| --- a/ios/chrome/browser/ui/payments/billing_address_selection_mediator.h
|
| +++ b/ios/chrome/browser/ui/payments/billing_address_selection_mediator.h
|
| @@ -18,8 +18,14 @@ class AutofillProfile;
|
| : NSObject<PaymentRequestSelectorViewControllerDataSource>
|
|
|
| // Redefined to be read-write.
|
| +@property(nonatomic, readwrite, assign) PaymentRequestSelectorState state;
|
| +
|
| +// Redefined to be read-write.
|
| @property(nonatomic, readwrite, assign) NSUInteger selectedItemIndex;
|
|
|
| +// Creates the selectable items to display in the collection.
|
| +- (void)createItems;
|
| +
|
| // Initializes this object with an instance of PaymentRequest which has a copy
|
| // of web::PaymentRequest as provided by the page invoking the Payment Request
|
| // API as well as the selected billing profile. This object will not take
|
|
|