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

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

Issue 2720613005: Refactor serialisation of openerId & openerNavigationIndex. (Closed)
Patch Set: Fix CRWSessionController's initializer comment. 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 97d694806f6cde432d03c80e8b10a146203a2588..facfe808089b9326fb6e131edb2d47c81f5447f6 100644
--- a/ios/web/public/crw_session_storage.h
+++ b/ios/web/public/crw_session_storage.h
@@ -18,9 +18,7 @@ class SerializableUserData;
// TODO(crbug.com/685388): Investigate using code from the sessions component.
@interface CRWSessionStorage : NSObject<NSCoding>
-@property(nonatomic, copy) NSString* openerID;
@property(nonatomic, getter=isOpenedByDOM) BOOL openedByDOM;
-@property(nonatomic, assign) NSInteger openerNavigationIndex;
@property(nonatomic, copy) NSString* windowName;
@property(nonatomic, assign) NSInteger currentNavigationIndex;
@property(nonatomic, assign) NSInteger previousNavigationIndex;
« 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