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

Unified Diff: ios/web/navigation/crw_session_entry.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 | « ios/web/navigation/crw_session_controller.h ('k') | ios/web/public/web_state/crw_web_controller_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/crw_session_entry.h
diff --git a/ios/web/navigation/crw_session_entry.h b/ios/web/navigation/crw_session_entry.h
index 835a086076909efa7586e70d85ec97d55b10856c..180f850631f51db543c26c48264d0ce628c1e0cd 100644
--- a/ios/web/navigation/crw_session_entry.h
+++ b/ios/web/navigation/crw_session_entry.h
@@ -58,7 +58,9 @@ extern NSString* const kSessionEntryUseDesktopUserAgentKey;
// It maintains the information needed to save/restore a single entry in session
// history (i.e., one site) for a tab. A tab may have multiple of these objects
// comprising its entire session history.
-// TODO(rohitrao): Fold CRWSessionEntry's logic into NavigationItem.
+// DEPRECATED, do not use this class and do not add any methods to it.
+// Use web::NavigationItem instead.
+// TODO(crbug.com/454984): Remove this class.
@interface CRWSessionEntry : NSObject<NSCoding, NSCopying>
@property(nonatomic, readonly) const GURL& originalUrl;
« no previous file with comments | « ios/web/navigation/crw_session_controller.h ('k') | ios/web/public/web_state/crw_web_controller_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698