| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 6d0355e5dc7276bb923581c15c585ffc111a0caa..2dc375683df5ddad7c26289ae272a2be1e1f05a7 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -281,7 +281,7 @@ void RootWindowController::InitForPrimaryDisplay() {
|
| new ToplevelWindowEventHandler(panel_container));
|
| panel_container->SetLayoutManager(panel_layout_manager_);
|
|
|
| - if (Shell::GetInstance()->session_state_delegate()->HasActiveUser())
|
| + if (Shell::GetInstance()->session_state_delegate()->NumberOfLoggedInUsers())
|
| shelf_->CreateLauncher();
|
|
|
| InitKeyboard();
|
|
|