| 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 264a16ac81077c869a1aa2bf402a1b7e9b324e1f..bdfd83484113abaf30a237265e51ad6cafde40ed 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -25,7 +25,7 @@ struct Referrer;
|
| // DEPRECATED, do not use this class and do not add any methods to it.
|
| // Use web::NavigationManager instead.
|
| // TODO(crbug.com/454984): Remove this class.
|
| -@interface CRWSessionController : NSObject<NSCoding, NSCopying>
|
| +@interface CRWSessionController : NSObject<NSCopying>
|
|
|
| @property(nonatomic, readonly, copy) NSString* tabId;
|
| @property(nonatomic, readonly, assign) NSInteger currentNavigationIndex;
|
|
|