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

Unified Diff: ash/common/wm_root_window_controller.h

Issue 2103913003: Converts MaximizeModeWindowManager to use ash/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@maximize_mode_event_handler
Patch Set: fix chrome Created 4 years, 6 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_window_aura.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_root_window_controller.h
diff --git a/ash/common/wm_root_window_controller.h b/ash/common/wm_root_window_controller.h
index facf5699e80b777c790fe6d07af80b46ab20a26c..ad26b546c2cfe77cea17b552a00d7e5d4b023713 100644
--- a/ash/common/wm_root_window_controller.h
+++ b/ash/common/wm_root_window_controller.h
@@ -20,6 +20,7 @@ class WmShelf;
class WmShell;
class WmRootWindowControllerObserver;
class WmWindow;
+class WorkspaceLayoutManagerBackdropDelegate;
// Provides state associated with a root of a window hierarchy.
class ASH_EXPORT WmRootWindowController {
@@ -32,6 +33,11 @@ class ASH_EXPORT WmRootWindowController {
virtual wm::WorkspaceWindowState GetWorkspaceWindowState() = 0;
+ // TODO: remove when WorkspaceController moved to common:
+ // http://crbug.com/624173.
+ virtual void SetMaximizeBackdropDelegate(
+ std::unique_ptr<WorkspaceLayoutManagerBackdropDelegate> delegate) = 0;
+
virtual AlwaysOnTopController* GetAlwaysOnTopController() = 0;
virtual WmShelf* GetShelf() = 0;
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698