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

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

Issue 2687353003: Created SerializableUserDataManager. (Closed)
Patch Set: Eugene's comments 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..001b3011d1a33434d0ee25a3ab5f9e060b86a2c2 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)addSerializedSessionStorage:(CRWSessionStorage*)session {
[_sessions addObject:session];
// Set the selected index to 0 (this session) if this is the first session
// added.
« no previous file with comments | « ios/chrome/browser/sessions/session_window.h ('k') | ios/chrome/browser/sessions/session_window_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698