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

Unified Diff: mash/wm/root_window_controller.h

Issue 1950293003: mash: Add status area container to mash window manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 7 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 | « mash/wm/public/interfaces/container.mojom ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/root_window_controller.h
diff --git a/mash/wm/root_window_controller.h b/mash/wm/root_window_controller.h
index 7edece87a497f21840b801d8545ce0192dc1f7d1..fa54145166e284e4badec9f990699e701b3fe0bb 100644
--- a/mash/wm/root_window_controller.h
+++ b/mash/wm/root_window_controller.h
@@ -31,7 +31,8 @@ namespace wm {
class LayoutManager;
class ShadowController;
-class ShelfLayout;
+class ShelfLayoutManager;
+class StatusLayoutManager;
class WindowManager;
class WindowManagerApplication;
@@ -66,7 +67,8 @@ class RootWindowController : public mus::WindowObserver,
void OnAccelerator(uint32_t id, const ui::Event& event);
- ShelfLayout* GetShelfLayoutManager();
+ ShelfLayoutManager* GetShelfLayoutManager();
+ StatusLayoutManager* GetStatusLayoutManager();
private:
explicit RootWindowController(WindowManagerApplication* app);
« no previous file with comments | « mash/wm/public/interfaces/container.mojom ('k') | mash/wm/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698