| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 2e98ee413510fb3fda9d367005b1e23427fd0cf3..82b0636e1b77fffe8ad0cc7e2b9cb45645501d71 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -38,6 +38,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"
|
| @@ -55,6 +56,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"
|
| @@ -1048,6 +1050,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile,
|
| DataReductionProxyChromeSettingsFactory::GetForBrowserContext(profile)->
|
| MaybeActivateDataReductionProxy(true);
|
|
|
| + GaiaCookieManagerServiceFactory::GetForProfile(profile)->Init();
|
| AccountTrackerServiceFactory::GetForProfile(profile)->EnableNetworkFetches();
|
| AccountReconcilorFactory::GetForProfile(profile);
|
| }
|
|
|