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

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

Issue 2078017: chromeos: Add _CHROME_LOGGED_IN property on root window. (Closed)
Patch Set: move logged-in property setting to UserManager::UserLoggedIn() Created 10 years, 7 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 | « chrome/browser/chromeos/login/user_manager.cc ('k') | chrome/browser/chromeos/wm_ipc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() &&
« no previous file with comments | « chrome/browser/chromeos/login/user_manager.cc ('k') | chrome/browser/chromeos/wm_ipc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698