Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index 766baf85ceee32ab8ccebc7d1ee1febc297bf88a..2a5b064141be384ed9d83c9bc8bf7645b47b7488 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -273,6 +273,11 @@ |
| observer.OnLoginStateChanged(status); |
| } |
| +void Shell::OnLoginUserProfilePrepared() { |
| + wm_shell_->CreateShelf(); |
| + CreateKeyboard(); |
| +} |
| + |
| void Shell::OnAppTerminating() { |
| for (auto& observer : *wm_shell_->shell_observers()) |
| observer.OnAppTerminating(); |