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

Unified Diff: ash/shell.cc

Issue 2619943002: Revert "chromeos: Fix shelf appearing at login screen under mash" (Closed)
Patch Set: Created 3 years, 11 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 | « ash/shell.h ('k') | chrome/browser/chromeos/login/session/chrome_session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index e45191092c0a50b5ca9b2a3e2d6b2b3a825538c9..fcf7dafa69a26da7fdf3d31ff9c440687f6eb7fb 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -271,6 +271,11 @@ void Shell::OnLoginStateChanged(LoginStatus status) {
observer.OnLoginStateChanged(status);
}
+void Shell::OnLoginUserProfilePrepared() {
+ wm_shell_->CreateShelf();
+ CreateKeyboard();
+}
+
void Shell::OnAppTerminating() {
for (auto& observer : *wm_shell_->shell_observers())
observer.OnAppTerminating();
« no previous file with comments | « ash/shell.h ('k') | chrome/browser/chromeos/login/session/chrome_session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698