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

Unified Diff: ash/shell.cc

Issue 2628933003: Revert of Reland: 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 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();
« 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