| Index: ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| diff --git a/ios/chrome/browser/payments/shipping_option_selection_view_controller.h b/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| index fcf87c1ba5619106009ccf331ddcdd1a4a2c0ece..423270607a7795ae7b93a93860364334fa032293 100644
|
| --- a/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| +++ b/ios/chrome/browser/payments/shipping_option_selection_view_controller.h
|
| @@ -34,8 +34,8 @@
|
| // delegate.
|
| @interface ShippingOptionSelectionViewController : CollectionViewController
|
|
|
| -// Whether or not the view is in a loading state.
|
| -@property(nonatomic, assign) BOOL isLoading;
|
| +// Whether or not the view is in a pending state.
|
| +@property(nonatomic, assign, getter=isPending) BOOL pending;
|
|
|
| // The error message to display, if any.
|
| @property(nonatomic, copy) NSString* errorMessage;
|
|
|