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