Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(904)

Unified Diff: chrome/browser/chromeos/login/base_login_display_host.cc

Issue 13633003: Part of multiprofile implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698