| Index: chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
|
| diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
|
| index f90c254694d97f665e542b2f69bf828d7afec6a9..7ddcafdfc35757c851f3bb60e2a21a989a030eab 100644
|
| --- a/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
|
| +++ b/chrome/browser/chromeos/app_mode/kiosk_app_launcher.cc
|
| @@ -255,7 +255,7 @@ void KioskAppLauncher::OnProfilePrepared(Profile* profile) {
|
| (new chromeos::StartupAppLauncher(profile, app_id_))->Start();
|
|
|
| if (LoginDisplayHostImpl::default_host())
|
| - LoginDisplayHostImpl::default_host()->OnSessionStart();
|
| + LoginDisplayHostImpl::default_host()->Finalize();
|
| UserManager::Get()->SessionStarted();
|
|
|
| ReportLaunchResult(KioskAppLaunchError::NONE);
|
|
|