Index: chrome/browser/chromeos/login/wizard_controller.cc |
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc |
index c3d50eef12761588f0ff63beef2e8418cc603207..41f244b05138e553ce1a59f50f0908407107e9db 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -454,6 +454,10 @@ namespace browser { |
void ShowLoginWizard(const std::string& first_screen_name, |
const gfx::Size& size) { |
LOG(INFO) << "showing login" << first_screen_name; |
+ |
+ // Tell the window manager that the user isn't logged in. |
+ chromeos::WmIpc::instance()->SetLoggedInProperty(false); |
+ |
gfx::Rect screen_bounds(CalculateScreenBounds(size)); |
if (first_screen_name.empty() && |