| Index: chrome/browser/sync/test/integration/sync_app_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_app_helper.cc b/chrome/browser/sync/test/integration/sync_app_helper.cc
|
| index 81145034c2e6f6e4adae570d6ecfe1ee88d4a9f3..897764e207058e9fe134b1b1ad30655371d6e291 100644
|
| --- a/chrome/browser/sync/test/integration/sync_app_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_app_helper.cc
|
| @@ -95,10 +95,10 @@ void SyncAppHelper::SetupIfNecessary(SyncTest* test) {
|
|
|
| for (int i = 0; i < test->num_clients(); ++i) {
|
| extensions::ExtensionSystem::Get(
|
| - test->GetProfile(i))->InitForRegularProfile(true);
|
| + test->GetProfile(i))->InitForRegularProfile(true, false);
|
| }
|
| extensions::ExtensionSystem::Get(
|
| - test->verifier())->InitForRegularProfile(true);
|
| + test->verifier())->InitForRegularProfile(true, false);
|
|
|
| setup_completed_ = true;
|
| }
|
|
|