diff options
Diffstat (limited to 'ash/root_window_controller.cc')
-rw-r--r-- | ash/root_window_controller.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc index 6a8e815..86911f7 100644 --- a/ash/root_window_controller.cc +++ b/ash/root_window_controller.cc @@ -12,7 +12,6 @@ #include "ash/display/display_controller.h" #include "ash/display/display_manager.h" #include "ash/focus_cycler.h" -#include "ash/session_state_delegate.h" #include "ash/shelf/shelf_layout_manager.h" #include "ash/shelf/shelf_types.h" #include "ash/shelf/shelf_widget.h" @@ -291,7 +290,7 @@ void RootWindowController::InitForPrimaryDisplay() { new ToplevelWindowEventHandler(panel_container)); panel_container->SetLayoutManager(panel_layout_manager_); } - if (Shell::GetInstance()->session_state_delegate()->HasActiveUser()) + if (Shell::GetInstance()->delegate()->IsUserLoggedIn()) shelf_->CreateLauncher(); InitKeyboard(); |