| Index: chrome/browser/chromeos/login/base_login_display_host.cc
|
| diff --git a/chrome/browser/chromeos/login/base_login_display_host.cc b/chrome/browser/chromeos/login/base_login_display_host.cc
|
| index 780a6ac909e2359b3656ad759a4a0682649d1c51..1ed1a419237a28148b5fdb03135579ab620e2cdb 100644
|
| --- a/chrome/browser/chromeos/login/base_login_display_host.cc
|
| +++ b/chrome/browser/chromeos/login/base_login_display_host.cc
|
| @@ -167,10 +167,8 @@ void BaseLoginDisplayHost::BeforeSessionStart() {
|
|
|
| void BaseLoginDisplayHost::OnSessionStart() {
|
| DVLOG(1) << "Session starting";
|
| - if (chromeos::UserManager::Get()->IsCurrentUserNew()) {
|
| - ash::Shell::GetInstance()->
|
| - desktop_background_controller()->MoveDesktopToUnlockedContainer();
|
| - }
|
| + ash::Shell::GetInstance()->
|
| + desktop_background_controller()->MoveDesktopToUnlockedContainer();
|
| if (wizard_controller_.get())
|
| wizard_controller_->OnSessionStart();
|
| // Display host is deleted once animation is completed
|
|
|