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

Unified Diff: ash/mus/bridge/wm_shell_mus.cc

Issue 2739763003: Moves maintaining ShellObservers back 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/mus/bridge/wm_shell_mus.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index e6d4b4ec7e220d794fdfb4f2aecdd479c151c743..6e233915143310b9a1d5d3eddd35dcbac8b3710e 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -358,16 +358,6 @@ std::unique_ptr<KeyEventWatcher> WmShellMus::CreateKeyEventWatcher() {
return std::unique_ptr<KeyEventWatcher>();
}
-void WmShellMus::OnOverviewModeStarting() {
- for (auto& observer : *shell_observers())
- observer.OnOverviewModeStarting();
-}
-
-void WmShellMus::OnOverviewModeEnded() {
- for (auto& observer : *shell_observers())
- observer.OnOverviewModeEnded();
-}
-
SessionStateDelegate* WmShellMus::GetSessionStateDelegate() {
return session_state_delegate_
? session_state_delegate_.get()
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698