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

Unified Diff: ios/web/navigation/crw_session_controller.h

Issue 1360993002: Moved NavigationManagerImpl serialization out of CRWSessionController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eugene's comments Created 5 years, 3 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/navigation/crw_session_controller.h
diff --git a/ios/web/navigation/crw_session_controller.h b/ios/web/navigation/crw_session_controller.h
index 5e0d583954975ca8f0f7501e051f0ba3fa1e6150..6474fbfb28bf1b4afa7531e08e6d8a433a9a3aa2 100644
--- a/ios/web/navigation/crw_session_controller.h
+++ b/ios/web/navigation/crw_session_controller.h
@@ -26,7 +26,7 @@ struct SSLStatus;
// complete session history. There is one of these for each tab.
// TODO(stuartmorgan): Move under NavigationManager, and consider merging into
// NavigationManager.
-@interface CRWSessionController : NSObject<NSCoding, NSCopying>
+@interface CRWSessionController : NSObject<NSCopying>
@property(nonatomic, readonly, retain) NSString* tabId;
@property(nonatomic, readonly, assign) NSInteger currentNavigationIndex;

Powered by Google App Engine
This is Rietveld 408576698