| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 4972c7c4d2290f1258182e63f50ac3e0b6f14ffd..ae96b40626ddd38ecea2420d2a7c662d6976362e 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"
|
| @@ -1043,6 +1045,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile,
|
| DataReductionProxyChromeSettingsFactory::GetForBrowserContext(profile)->
|
| MaybeActivateDataReductionProxy(true);
|
|
|
| + GaiaCookieManagerServiceFactory::GetForProfile(profile)->Init();
|
| AccountTrackerServiceFactory::GetForProfile(profile)->EnableNetworkFetches();
|
| AccountReconcilorFactory::GetForProfile(profile);
|
| }
|
|
|