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

Unified Diff: ios/web/navigation/serializable_user_data_manager_impl.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/crw_session_storage_unittest.mm ('k') | ios/web/navigation/session_storage_builder.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/serializable_user_data_manager_impl.mm
diff --git a/ios/web/navigation/serializable_user_data_manager_impl.mm b/ios/web/navigation/serializable_user_data_manager_impl.mm
index 4a496ebdf8af9c97610fdf22bb62165a269ab4e9..7d1f310e6ac68f9454e08aa2dd128bbed7b177af 100644
--- a/ios/web/navigation/serializable_user_data_manager_impl.mm
+++ b/ios/web/navigation/serializable_user_data_manager_impl.mm
@@ -62,7 +62,8 @@ SerializableUserDataImpl::SerializableUserDataImpl()
: data_(@{}), legacy_key_conversions_(@{
@"tabId" : @"TabID",
@"openerId" : @"OpenerID",
- @"openerNavigationIndex" : @"OpenerNavigationIndex"
+ @"openerNavigationIndex" : @"OpenerNavigationIndex",
+ @"lastVisitedTimestamp" : @"LastVisitedTimestamp",
}) {}
SerializableUserDataImpl::~SerializableUserDataImpl() {}
« no previous file with comments | « ios/web/navigation/crw_session_storage_unittest.mm ('k') | ios/web/navigation/session_storage_builder.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698