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

Unified Diff: ash/mus/root_window_controller.h

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. 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/mus/BUILD.gn ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/root_window_controller.h
diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
index e00c4604ab024a97d5c4a0f23c545e445f576a26..ae1f013a5ced37a998538a297e57a34cc16720c8 100644
--- a/ash/mus/root_window_controller.h
+++ b/ash/mus/root_window_controller.h
@@ -27,8 +27,6 @@ class WorkspaceLayoutManager;
namespace mus {
class LayoutManager;
-class ShelfLayoutManager;
-class StatusLayoutManager;
class WindowManager;
class WmRootWindowControllerMus;
class WmShelfMus;
@@ -64,8 +62,6 @@ class RootWindowController : public ShelfLayoutManagerDelegate {
const display::Display& display() const { return display_; }
- ShelfLayoutManager* GetShelfLayoutManager();
- StatusLayoutManager* GetStatusLayoutManager();
WorkspaceLayoutManager* workspace_layout_manager() {
return workspace_layout_manager_;
}
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698