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

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

Issue 2766063002: Remove the concept of currentItemIndex (Closed)
Patch Set: fix unit tests Created 3 years, 9 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/net/crw_ssl_status_updater_unittest.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 34d55dd23385a6b1f21b71dcc9727f21baad7873..a28a007c8b766e672b8b4de6f68848f99c06814f 100644
--- a/ios/web/public/crw_session_storage.h
+++ b/ios/web/public/crw_session_storage.h
@@ -19,8 +19,8 @@ class SerializableUserData;
@interface CRWSessionStorage : NSObject<NSCoding>
@property(nonatomic, assign) BOOL hasOpener;
-@property(nonatomic, assign) NSInteger currentNavigationIndex;
-@property(nonatomic, assign) NSInteger previousNavigationIndex;
+@property(nonatomic, assign) NSInteger lastCommittedItemIndex;
+@property(nonatomic, assign) NSInteger previousItemIndex;
@property(nonatomic, copy) NSArray* itemStorages;
@property(nonatomic, retain)
CRWSessionCertificatePolicyManager* sessionCertificatePolicyManager;
« no previous file with comments | « ios/web/net/crw_ssl_status_updater_unittest.mm ('k') | ios/web/public/crw_session_storage.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698