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

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: m Created 7 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/captive_portal_window_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9fd335e639292e634113812b83b1ea7e41938e26..9697c6d072323e5ca2476548895f32db8edf6b90 100644
--- a/chrome/browser/chromeos/login/base_login_display_host.cc
+++ b/chrome/browser/chromeos/login/base_login_display_host.cc
@@ -164,10 +164,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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/captive_portal_window_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698