| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 6ccb91dc5705e1a9fc975f30b2c88be3d1b28151..b20c703842526f0394a0d84a81b1143887327592 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -39,6 +39,7 @@
|
| #include "chrome/browser/profiles/startup_task_runner_service_factory.h"
|
| #include "chrome/browser/signin/account_reconcilor_factory.h"
|
| #include "chrome/browser/signin/account_tracker_service_factory.h"
|
| +#include "chrome/browser/signin/gaia_cookie_manager_service_factory.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| @@ -56,6 +57,7 @@
|
| #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_tracker_service.h"
|
| +#include "components/signin/core/browser/gaia_cookie_manager_service.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "components/signin/core/common/profile_management_switches.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -1053,6 +1055,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile,
|
| DataReductionProxyChromeSettingsFactory::GetForBrowserContext(profile)->
|
| MaybeActivateDataReductionProxy(true);
|
|
|
| + GaiaCookieManagerServiceFactory::GetForProfile(profile)->Init();
|
| AccountTrackerServiceFactory::GetForProfile(profile)->EnableNetworkFetches();
|
| AccountReconcilorFactory::GetForProfile(profile);
|
| }
|
|
|