Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: ios/web/navigation/crw_session_controller.h

Issue 2582843002: [ios] Added deprecation comments and TODOs for ios/web classes/protocols (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/web/navigation/crw_session_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | ios/web/navigation/crw_session_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698