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

Unified Diff: ash/shell.cc

Issue 2625733003: Re-reland: chromeos: Fix shelf appearing at login screen under mash (Closed)
Patch Set: remove include 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
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 4c3106f4ea53d9c2c88e9621388f48759c117e2c..18ef49212d5389a8bc4f173bfc94a45b050e0732 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -272,11 +272,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();

Powered by Google App Engine
This is Rietveld 408576698