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

Unified Diff: ash/root_window_controller.h

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase and fix 1 test Created 3 years, 10 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/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 660b2cf8525ab570a6bee5f2c9f3fc5b20e07d5b..35cb89f1d6412f286118bd7de5a95eed5a98de50 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -51,7 +51,6 @@ class AnimatingWallpaperWidgetController;
class AshTouchExplorationManager;
class AshWindowTreeHost;
class BootSplashScreen;
-class DockedWindowLayoutManager;
enum class LoginStatus;
class PanelLayoutManager;
class ShelfLayoutManager;
@@ -162,10 +161,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
touch_hud_projection_ = hud;
}
- DockedWindowLayoutManager* docked_window_layout_manager() {
- return docked_window_layout_manager_;
- }
-
PanelLayoutManager* panel_layout_manager() { return panel_layout_manager_; }
wm::RootWindowLayoutManager* root_window_layout_manager() {
@@ -337,7 +332,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
aura::WindowTreeHost* window_tree_host_;
// LayoutManagers are owned by the window they are installed on.
- DockedWindowLayoutManager* docked_window_layout_manager_ = nullptr;
PanelLayoutManager* panel_layout_manager_ = nullptr;
wm::RootWindowLayoutManager* root_window_layout_manager_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698