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