| 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 74d65493dbdf1f5de76f631263c629f7c14cbe3b..782c4f5010ac05d20d64c01e9dfd98c4f0563e2e 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -531,7 +531,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;
|
|
|
|
|