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..8f1ac8404b59bbbd9bcd1e48cd2044130a1a3467 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) BOOL isPending; |
// The error message to display, if any. |
@property(nonatomic, copy) NSString* errorMessage; |