| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index cc0880011aebc69e354215549b6826710177d543..22f0afa1dc90fdb7b1af3549c1bc1651d873ea64 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -981,7 +981,8 @@
|
| StartupTaskRunnerServiceFactory::GetForProfile(profile)->
|
| StartDeferredTaskRunners();
|
|
|
| - AccountReconcilorFactory::GetForProfile(profile);
|
| + if (switches::IsNewProfileManagement())
|
| + AccountReconcilorFactory::GetForProfile(profile);
|
| }
|
|
|
| void ProfileManager::DoFinalInitLogging(Profile* profile) {
|
|
|