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

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: Rebase Created 3 years, 7 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 | « ios/chrome/browser/tabs/BUILD.gn ('k') | ios/chrome/browser/tabs/tab_model_synced_window_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ios/chrome/browser/tabs/BUILD.gn ('k') | ios/chrome/browser/tabs/tab_model_synced_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698