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

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

Issue 2720983002: Remove windowName from CRWSessionController. (Closed)
Patch Set: 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
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 facfe808089b9326fb6e131edb2d47c81f5447f6..a8f667807841a0c9337e17425faadf60bb6601ec 100644
--- a/ios/web/public/crw_session_storage.h
+++ b/ios/web/public/crw_session_storage.h
@@ -19,7 +19,6 @@ class SerializableUserData;
@interface CRWSessionStorage : NSObject<NSCoding>
@property(nonatomic, getter=isOpenedByDOM) BOOL openedByDOM;
-@property(nonatomic, copy) NSString* windowName;
@property(nonatomic, assign) NSInteger currentNavigationIndex;
@property(nonatomic, assign) NSInteger previousNavigationIndex;
@property(nonatomic, assign) NSTimeInterval lastVisitedTimestamp;

Powered by Google App Engine
This is Rietveld 408576698