| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 3c27d19b40979bda9dad0f107507ea6ac9573789..66827127403c2a53eadfa1bae74dcf09bd7c8676 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -37,7 +37,6 @@
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_metrics.h"
|
| #include "chrome/browser/profiles/profiles_state.h"
|
| -#include "chrome/browser/signin/account_fetcher_service_factory.h"
|
| #include "chrome/browser/signin/account_reconcilor_factory.h"
|
| #include "chrome/browser/signin/account_tracker_service_factory.h"
|
| #include "chrome/browser/signin/cross_device_promo.h"
|
| @@ -61,7 +60,6 @@
|
| #include "components/bookmarks/common/bookmark_pref_names.h"
|
| #include "components/content_settings/core/browser/host_content_settings_map.h"
|
| #include "components/password_manager/core/browser/password_store.h"
|
| -#include "components/signin/core/browser/account_fetcher_service.h"
|
| #include "components/signin/core/browser/account_tracker_service.h"
|
| #include "components/signin/core/browser/gaia_cookie_manager_service.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| @@ -1113,7 +1111,6 @@ void ProfileManager::DoFinalInitForServices(Profile* profile,
|
| MaybeActivateDataReductionProxy(true);
|
|
|
| GaiaCookieManagerServiceFactory::GetForProfile(profile)->Init();
|
| - AccountFetcherServiceFactory::GetForProfile(profile)->EnableNetworkFetches();
|
| AccountReconcilorFactory::GetForProfile(profile);
|
| }
|
|
|
|
|