Index: chrome/browser/sync/test/integration/sync_test.cc |
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc |
index d127241544f74ea4fc017ac4b0e9ae16d582091e..9ddea359d032ddffcbe43a7a32f0207dc7de8545 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_test.cc |
@@ -530,7 +530,8 @@ void SyncTest::InitializeProfile(int index, Profile* profile) { |
profiles_[index] = profile; |
// CheckInitialState() assumes that no windows are open at startup. |
- browsers_[index] = new Browser(Browser::CreateParams(GetProfile(index))); |
+ browsers_[index] = |
+ new Browser(Browser::CreateParams(GetProfile(index), true)); |
EXPECT_NE(nullptr, GetBrowser(index)) << "Could not create Browser " << index; |