| 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 4ca8b6370471d6e02de647290ee76cd0642e61bf..1a0432dc6a4ee1fc81a08077c77cb73ed9922ad7 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, false);
|
| + test->GetProfile(i))->InitForRegularProfile(true);
|
| }
|
| extensions::ExtensionSystem::Get(
|
| - test->verifier())->InitForRegularProfile(true, false);
|
| + test->verifier())->InitForRegularProfile(true);
|
|
|
| setup_completed_ = true;
|
| }
|
|
|