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

Unified Diff: ash/shell.cc

Issue 2625733003: Re-reland: chromeos: Fix shelf appearing at login screen under mash (Closed)
Patch Set: rebase, fix conflict with sky 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 fc0b711ae664de3745739a4b4c5241a26afdf8e2..c47dbe8baab9f84a23e4894867541c73e34dedcf 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -273,11 +273,6 @@ 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