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

Unified Diff: ash/shell.h

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/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index d86fd28b1927842502e6308b0062a3b6b482da30..39ad42508b91d844a36d9d82f0720b0d0baafbb1 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -364,11 +364,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// TODO(jamescook): Move to Shelf.
void OnShelfAutoHideBehaviorChanged(WmWindow* root_window);
- // Notifies |observers_| when entering or exiting fullscreen mode in
- // |root_window|.
- // TODO(hidehiko): Rename this to NotifyFullscreenStateChanged.
- void NotifyFullscreenStateChange(bool is_fullscreen, WmWindow* root_window);
-
// Creates a modal background (a partially-opaque fullscreen window)
// on all displays for |window|.
void CreateModalBackground(aura::Window* window);
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698