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

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

Issue 2687353003: Created SerializableUserDataManager. (Closed)
Patch Set: self review, added unittest 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/chrome/browser/sessions/session_window.mm
diff --git a/ios/chrome/browser/sessions/session_window.mm b/ios/chrome/browser/sessions/session_window.mm
index 7334719c9926e192fdc0b89dd08aed8d2e101158..6dce82c80a7b7a8da8c7936131b32f64909a417b 100644
--- a/ios/chrome/browser/sessions/session_window.mm
+++ b/ios/chrome/browser/sessions/session_window.mm
@@ -61,7 +61,7 @@ - (void)setSelectedIndex:(NSUInteger)selectedIndex {
#pragma mark - Public
-- (void)addSerializedSession:(CRWNavigationManagerStorage*)session {
+- (void)addSerializedSession:(CRWSessionStorage*)session {
[_sessions addObject:session];
// Set the selected index to 0 (this session) if this is the first session
// added.

Powered by Google App Engine
This is Rietveld 408576698