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