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

Unified Diff: ash/shell.cc

Issue 2234033002: mash: Remove WorkspaceLayoutManagerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove WmRootWindowControllerObserver::OnFullscreenStateChanged; use ShellObserver. Created 4 years, 4 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') | ash/wm/always_on_top_controller_unittest.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 6f64011d9d6fcd1587fa62c87a3f506db1de1a04..3b69f661ac94b9a2dbf33adab9aef0abb6cf9e50 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -453,12 +453,6 @@ void Shell::OnShelfAutoHideBehaviorChanged(WmWindow* root_window) {
OnShelfAutoHideBehaviorChanged(root_window));
}
-void Shell::NotifyFullscreenStateChange(bool is_fullscreen,
- WmWindow* root_window) {
- FOR_EACH_OBSERVER(ShellObserver, *wm_shell_->shell_observers(),
- OnFullscreenStateChanged(is_fullscreen, root_window));
-}
-
void Shell::CreateModalBackground(aura::Window* window) {
RootWindowControllerList controllers = GetAllRootWindowControllers();
for (RootWindowControllerList::iterator iter = controllers.begin();
« no previous file with comments | « ash/shell.h ('k') | ash/wm/always_on_top_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698