| Index: chrome/browser/chromeos/login/login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
|
| index 6bfcb61bf86a97e69318344b8c88b1dd6857894f..cc24c3440a7ba1bdf867a47ed54edbf21d555b29 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -312,7 +312,7 @@ void LoginUtilsImpl::DoBrowserLaunch(Profile* profile,
|
| // guarantees that the message loop will be referenced by the
|
| // browser before it is dereferenced by the login host.
|
| if (login_host)
|
| - login_host->OnSessionStart();
|
| + login_host->Finalize();
|
| UserManager::Get()->SessionStarted();
|
| }
|
|
|
|
|