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

Unified Diff: ios/chrome/browser/sessions/session_service.mm

Issue 2731403002: Add a class alias in SessionWindowUnarchiver. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sessions/session_service.mm
diff --git a/ios/chrome/browser/sessions/session_service.mm b/ios/chrome/browser/sessions/session_service.mm
index 1d9283cfb99dd60ad5ef3c0bb1f074f383d144ae..6b16bc00c578c4cd6fa484b107b54586b2c0fd87 100644
--- a/ios/chrome/browser/sessions/session_service.mm
+++ b/ios/chrome/browser/sessions/session_service.mm
@@ -215,6 +215,8 @@ const NSTimeInterval kSaveDelay = 2.5; // Value taken from Desktop Chrome.
forClassName:@"SessionController"];
[SessionWindowUnarchiver setClass:[CRWSessionStorage class]
forClassName:@"CRWSessionController"];
+ [SessionWindowUnarchiver setClass:[CRWSessionStorage class]
+ forClassName:@"CRWNavigationManagerStorage"];
[SessionWindowUnarchiver setClass:[CRWNavigationItemStorage class]
forClassName:@"SessionEntry"];
[SessionWindowUnarchiver setClass:[CRWNavigationItemStorage class]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698