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

Unified Diff: ios/web/navigation/session_storage_builder.mm

Issue 2722013002: Use custom user data to serialize Tab last visited timestamp. (Closed)
Patch Set: Rebase. Created 3 years, 10 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/navigation/serializable_user_data_manager_impl.mm ('k') | ios/web/public/crw_session_storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/session_storage_builder.mm
diff --git a/ios/web/navigation/session_storage_builder.mm b/ios/web/navigation/session_storage_builder.mm
index ab27aff25e464cdbcc98ecca9d85c1a9bc4b95d0..c52a159065888995ce781496e416b79f82cc0aa7 100644
--- a/ios/web/navigation/session_storage_builder.mm
+++ b/ios/web/navigation/session_storage_builder.mm
@@ -44,8 +44,6 @@ CRWSessionStorage* SessionStorageBuilder::BuildStorage(
session_controller.currentNavigationIndex;
serialized_navigation_manager.previousNavigationIndex =
session_controller.previousNavigationIndex;
- serialized_navigation_manager.lastVisitedTimestamp =
- session_controller.lastVisitedTimestamp;
serialized_navigation_manager.sessionCertificatePolicyManager =
session_controller.sessionCertificatePolicyManager;
NSMutableArray* item_storages = [[NSMutableArray alloc] init];
@@ -84,7 +82,6 @@ void SessionStorageBuilder::ExtractSessionState(
[session_controller setOpenedByDOM:storage.openedByDOM];
[session_controller
setPreviousNavigationIndex:storage.previousNavigationIndex];
- [session_controller setLastVisitedTimestamp:storage.lastVisitedTimestamp];
[session_controller
setSessionCertificatePolicyManager:storage
.sessionCertificatePolicyManager];
« no previous file with comments | « ios/web/navigation/serializable_user_data_manager_impl.mm ('k') | ios/web/public/crw_session_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698