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

Unified Diff: ash/aura/wm_root_window_controller_aura.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/aura/wm_root_window_controller_aura.h ('k') | ash/aura/wm_shelf_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_root_window_controller_aura.cc
diff --git a/ash/aura/wm_root_window_controller_aura.cc b/ash/aura/wm_root_window_controller_aura.cc
index af1a4b880e1e18b5c925172dbf06722d6e6f8d62..58a6459035126fa9b7bbc713d690d2fc49fac975 100644
--- a/ash/aura/wm_root_window_controller_aura.cc
+++ b/ash/aura/wm_root_window_controller_aura.cc
@@ -135,17 +135,6 @@ void WmRootWindowControllerAura::RemoveObserver(
observers_.RemoveObserver(observer);
}
-void WmRootWindowControllerAura::OnFullscreenStateChanged(
- bool is_fullscreen,
- WmWindow* root_window) {
- if (WmWindowAura::GetAuraWindow(root_window) !=
- root_window_controller_->GetRootWindow())
- return;
-
- FOR_EACH_OBSERVER(WmRootWindowControllerObserver, observers_,
- OnFullscreenStateChanged(is_fullscreen));
-}
-
void WmRootWindowControllerAura::OnShelfAlignmentChanged(
WmWindow* root_window) {
if (WmWindowAura::GetAuraWindow(root_window) !=
« no previous file with comments | « ash/aura/wm_root_window_controller_aura.h ('k') | ash/aura/wm_shelf_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698