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

Unified Diff: ios/chrome/browser/tabs/tab_model_unittest.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/tabs/tab_model_unittest.mm
diff --git a/ios/chrome/browser/tabs/tab_model_unittest.mm b/ios/chrome/browser/tabs/tab_model_unittest.mm
index 56507f5d7f1c03fe2b37099ed297a9a2c5c3aa3d..2a129d8b28f545812ff5127becdc361cf7583e33 100644
--- a/ios/chrome/browser/tabs/tab_model_unittest.mm
+++ b/ios/chrome/browser/tabs/tab_model_unittest.mm
@@ -184,7 +184,7 @@ void RestoreSession(SessionWindowIOS* window) {
for (int i = 0; i < entries; i++) {
NSString* windowName = [NSString stringWithFormat:@"window %d", i + 1];
[window addSerializedSession:CreateWebState(windowName)
- ->BuildSerializedNavigationManager()];
+ ->BuildSessionStorage()];
}
if (entries)
[window setSelectedIndex:1];

Powered by Google App Engine
This is Rietveld 408576698