| 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 fad9061af41578628421a58df80bdff1e12e3292..6fdd181d4f3836bf2518c55dd19b3d95e568e4e7 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -28,7 +28,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<NSCopying>
|
| +@interface CRWSessionController : NSObject
|
|
|
| @property(nonatomic, readonly, assign) NSInteger currentNavigationIndex;
|
| @property(nonatomic, readonly, assign) NSInteger previousNavigationIndex;
|
|
|