Index: ash/accelerators/accelerator_controller.cc |
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc |
index 8cf78691f7095f327cf17a2470f0d9f83690aa30..075e65680a63f29799545298a5b05081a316333b 100644 |
--- a/ash/accelerators/accelerator_controller.cc |
+++ b/ash/accelerators/accelerator_controller.cc |
@@ -370,7 +370,7 @@ bool AcceleratorController::PerformAction(int action, |
ash::Shell* shell = ash::Shell::GetInstance(); |
bool at_login_screen = false; |
#if defined(OS_CHROMEOS) |
- at_login_screen = (shell->delegate() && !shell->delegate()->IsUserLoggedIn()); |
+ at_login_screen = shell->delegate() && !shell->delegate()->IsSessionStarted(); |
#endif |
bool at_lock_screen = shell->IsScreenLocked(); |