| Index: ios/web/navigation/crw_session_controller.h
|
| diff --git a/ios/web/navigation/crw_session_controller.h b/ios/web/navigation/crw_session_controller.h
|
| index 3859af2ac855ff9e46ca38356c75d34b536b6584..2b520856de3bd4cb5b59470bbef9715a8db98116 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -30,7 +30,6 @@ struct Referrer;
|
| // TODO(crbug.com/454984): Remove this class.
|
| @interface CRWSessionController : NSObject<NSCopying>
|
|
|
| -@property(nonatomic, readonly, copy) NSString* tabId;
|
| @property(nonatomic, readonly, assign) NSInteger currentNavigationIndex;
|
| @property(nonatomic, readonly, assign) NSInteger previousNavigationIndex;
|
| // The index of the pending item if it is in |items|, or -1 if |pendingItem|
|
|
|