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

Unified Diff: ios/web/public/crw_navigation_manager_storage.h

Issue 2664113003: Moved serialization out of CRWSessionEntry. (Closed)
Patch Set: Eugene's comments Created 3 years, 11 months 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/public/crw_navigation_item_storage.mm ('k') | ios/web/public/crw_navigation_manager_storage.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/crw_navigation_manager_storage.h
diff --git a/ios/web/public/crw_navigation_manager_storage.h b/ios/web/public/crw_navigation_manager_storage.h
index d1425d7122b4c172b29d871e0f188ea83c82e125..7360c7d9897da809752d229f82e0f9b4144897a5 100644
--- a/ios/web/public/crw_navigation_manager_storage.h
+++ b/ios/web/public/crw_navigation_manager_storage.h
@@ -22,11 +22,7 @@
@property(nonatomic, assign) NSInteger currentNavigationIndex;
@property(nonatomic, assign) NSInteger previousNavigationIndex;
@property(nonatomic, assign) NSTimeInterval lastVisitedTimestamp;
-// TODO(crbug.com/454984): |entries| currently contains CRWSessionEntries. Once
-// NavigationItemImpls are encoded/decoded using CRWNavigationItemSerializations
-// (analogous to the approach taken with NavigationManager), this will
-// become an array of CRWNavigationItemSerializations.
-@property(nonatomic, copy) NSArray* entries;
+@property(nonatomic, copy) NSArray* itemStorages;
@property(nonatomic, retain)
CRWSessionCertificatePolicyManager* sessionCertificatePolicyManager;
« no previous file with comments | « ios/web/public/crw_navigation_item_storage.mm ('k') | ios/web/public/crw_navigation_manager_storage.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698