| 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 f23cfca4cab96ba6407f4c249bce7c6ceb08912a..ff48450d0a3aa2693ea425366426ffadef3243a7 100644
|
| --- a/ios/web/navigation/crw_session_controller.h
|
| +++ b/ios/web/navigation/crw_session_controller.h
|
| @@ -22,8 +22,9 @@ struct Referrer;
|
| // A CRWSessionController is similar to a NavigationController object in desktop
|
| // Chrome. It maintains information needed to save/restore a tab with its
|
| // complete session history. There is one of these for each tab.
|
| -// TODO(stuartmorgan): Move under NavigationManager, and consider merging into
|
| -// NavigationManager.
|
| +// 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>
|
|
|
| @property(nonatomic, readonly, copy) NSString* tabId;
|
|
|