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

Unified Diff: ash/common/wm_shell.h

Issue 2247503002: mash: Create and show a shelf in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix WindowManager WmShell::Shutdown; delay PointerWatcherEventRouter teardown; cleanup shutdown wor… 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
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index c064efded59347fd85c8fb0c3df29546c5ca8f04..794c516fb0c4cd99dab25abcad2f8972d8a4d0af 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -269,6 +269,8 @@ class ASH_EXPORT WmShell {
virtual std::unique_ptr<WmImmersiveFullscreenController>
CreateImmersiveFullscreenController() = 0;
+ void CreateShelfDelegate();
+
// Called after maximize mode has started, windows might still animate though.
void OnMaximizeModeStarted();
@@ -356,8 +358,6 @@ class ASH_EXPORT WmShell {
void SetSystemTrayDelegate(std::unique_ptr<SystemTrayDelegate> delegate);
void DeleteSystemTrayDelegate();
- void CreateShelfDelegate();
-
void DeleteWindowCycleController();
void DeleteWindowSelectorController();

Powered by Google App Engine
This is Rietveld 408576698