| 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 46e0fa9e9a32cc1cd5142a60acb1132e1a38010e..159d6ba501c96edb7f7b52d8ac06d0d19287a941 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -1317,8 +1317,7 @@ void LoginUtils::DoBrowserLaunch(Profile* profile,
|
| if (browser_shutdown::IsTryingToQuit())
|
| return;
|
|
|
| - chromeos::StatusAreaViewChromeos::
|
| - SetScreenMode(StatusAreaViewChromeos::BROWSER_MODE);
|
| + StatusAreaViewChromeos::SetScreenMode(StatusAreaViewChromeos::BROWSER_MODE);
|
| BootTimesLoader::Get()->AddLoginTimeMarker("BrowserLaunched", false);
|
|
|
| VLOG(1) << "Launching browser...";
|
| @@ -1338,6 +1337,8 @@ void LoginUtils::DoBrowserLaunch(Profile* profile,
|
| // browser before it is dereferenced by the login host.
|
| if (login_host) {
|
| login_host->OnSessionStart();
|
| + login_host->SetStatusAreaVisible(true);
|
| + login_host->SetStatusAreaEnabled(true);
|
| login_host = NULL;
|
| }
|
| }
|
|
|