| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index a026bfd6aded35c27abb237a7e911c2845802db0..4a94d805dff2ad2712a170bdb35351a9d0b39e8e 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -74,6 +74,8 @@
|
| #endif
|
|
|
| #if defined(ENABLE_SUPERVISED_USERS)
|
| +#include "chrome/browser/supervised_user/child_accounts/child_account_service.h"
|
| +#include "chrome/browser/supervised_user/child_accounts/child_account_service_factory.h"
|
| #include "chrome/browser/supervised_user/supervised_user_service.h"
|
| #include "chrome/browser/supervised_user/supervised_user_service_factory.h"
|
| #endif
|
| @@ -1019,6 +1021,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile,
|
| // Initialization needs to happen after extension system initialization (for
|
| // extension::ManagementPolicy) and InitProfileUserPrefs (for setting the
|
| // initializing the supervised flag if necessary).
|
| + ChildAccountServiceFactory::GetForProfile(profile)->Init();
|
| SupervisedUserServiceFactory::GetForProfile(profile)->Init();
|
| #endif
|
| // Start the deferred task runners once the profile is loaded.
|
|
|