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

Unified Diff: ash/aura/wm_shell_aura.cc

Issue 2761373002: Move yet more from WmShell to Shell (Closed)
Patch Set: merge Created 3 years, 9 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/aura/wm_shell_aura.h ('k') | ash/common/accelerators/accelerator_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_shell_aura.cc
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
index 0c495e82915096545c6d7fba59f52777ea69a473..351100142f1b6926bab2d5ac83cba80e5af43fde 100644
--- a/ash/aura/wm_shell_aura.cc
+++ b/ash/aura/wm_shell_aura.cc
@@ -291,15 +291,6 @@ WmShellAura::CreateAcceleratorController() {
accelerator_controller_delegate_.get(), nullptr);
}
-void WmShellAura::SessionStateChanged(session_manager::SessionState state) {
- // Create the shelf if necessary.
- WmShell::SessionStateChanged(state);
-
- // Recreate the keyboard after initial login and after multiprofile login.
- if (state == session_manager::SessionState::ACTIVE)
- Shell::GetInstance()->CreateKeyboard();
-}
-
void WmShellAura::OnDisplayConfigurationChanging() {
for (auto& observer : display_observers_)
observer.OnDisplayConfigurationChanging();
« no previous file with comments | « ash/aura/wm_shell_aura.h ('k') | ash/common/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698