| Index: chrome/browser/chromeos/login/session/user_session_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/session/user_session_manager.cc b/chrome/browser/chromeos/login/session/user_session_manager.cc
|
| index aa390e080607b541868f3b660347d480c781f260..be49e48535dc91f0ed70197f875db9a27bd9a1fe 100644
|
| --- a/chrome/browser/chromeos/login/session/user_session_manager.cc
|
| +++ b/chrome/browser/chromeos/login/session/user_session_manager.cc
|
| @@ -37,6 +37,7 @@
|
| #include "chrome/browser/chromeos/boot_times_recorder.h"
|
| #include "chrome/browser/chromeos/first_run/first_run.h"
|
| #include "chrome/browser/chromeos/first_run/goodies_displayer.h"
|
| +#include "chrome/browser/chromeos/lock_screen_apps/state_controller.h"
|
| #include "chrome/browser/chromeos/logging.h"
|
| #include "chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.h"
|
| #include "chrome/browser/chromeos/login/chrome_restart_request.h"
|
| @@ -1242,6 +1243,8 @@ void UserSessionManager::FinalizePrepareProfile(Profile* profile) {
|
| InitializeCerts(profile);
|
| InitializeCRLSetFetcher(user);
|
| InitializeCertificateTransparencyComponents(user);
|
| + if (lock_screen_apps::StateController::IsEnabled())
|
| + lock_screen_apps::StateController::Get()->SetPrimaryProfile(profile);
|
|
|
| arc::ArcServiceLauncher::Get()->OnPrimaryUserProfilePrepared(profile);
|
|
|
|
|