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

Unified Diff: ios/chrome/browser/tabs/tab_model.mm

Issue 2845353002: [ios] ARCMigrate i/c/b/tabs/tab_model_synced_window_delegate*. (Closed)
Patch Set: Created 3 years, 8 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.mm
diff --git a/ios/chrome/browser/tabs/tab_model.mm b/ios/chrome/browser/tabs/tab_model.mm
index 3e0ed5a7eaf932ba296f7d3d309dadba45e4d18c..278d1394d2e1f3939f9f7e67be72743436200614 100644
--- a/ios/chrome/browser/tabs/tab_model.mm
+++ b/ios/chrome/browser/tabs/tab_model.mm
@@ -289,8 +289,8 @@ void CleanCertificatePolicyCache(
// Set up the usage recorder before tabs are created.
_tabUsageRecorder = base::MakeUnique<TabUsageRecorder>(self);
}
- _syncedWindowDelegate =
- base::MakeUnique<TabModelSyncedWindowDelegate>(self);
+ _syncedWindowDelegate = base::MakeUnique<TabModelSyncedWindowDelegate>(
+ _webStateList.get(), _sessionID);
// There must be a valid session service defined to consume session windows.
DCHECK(service);

Powered by Google App Engine
This is Rietveld 408576698