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

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

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/session_storage_builder.mm ('k') | ios/web/public/crw_session_storage.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/crw_session_storage.h
diff --git a/ios/web/public/crw_session_storage.h b/ios/web/public/crw_session_storage.h
index a8f667807841a0c9337e17425faadf60bb6601ec..cb9047d8dfc5d361f789310d3f70cfe2d7550a51 100644
--- a/ios/web/public/crw_session_storage.h
+++ b/ios/web/public/crw_session_storage.h
@@ -21,7 +21,6 @@ class SerializableUserData;
@property(nonatomic, getter=isOpenedByDOM) BOOL openedByDOM;
@property(nonatomic, assign) NSInteger currentNavigationIndex;
@property(nonatomic, assign) NSInteger previousNavigationIndex;
-@property(nonatomic, assign) NSTimeInterval lastVisitedTimestamp;
@property(nonatomic, copy) NSArray* itemStorages;
@property(nonatomic, retain)
CRWSessionCertificatePolicyManager* sessionCertificatePolicyManager;
« no previous file with comments | « ios/web/navigation/session_storage_builder.mm ('k') | ios/web/public/crw_session_storage.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698