| 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 5e0d583954975ca8f0f7501e051f0ba3fa1e6150..6474fbfb28bf1b4afa7531e08e6d8a433a9a3aa2 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -26,7 +26,7 @@ struct SSLStatus;
|
| // complete session history. There is one of these for each tab.
|
| // TODO(stuartmorgan): Move under NavigationManager, and consider merging into
|
| // NavigationManager.
|
| -@interface CRWSessionController : NSObject<NSCoding, NSCopying>
|
| +@interface CRWSessionController : NSObject<NSCopying>
|
|
|
| @property(nonatomic, readonly, retain) NSString* tabId;
|
| @property(nonatomic, readonly, assign) NSInteger currentNavigationIndex;
|
|
|