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

Unified Diff: ash/root_window_controller.h

Issue 2628973002: Moves definitions of RootWindowController into root_window_controller.cc (Closed)
Patch Set: merged to trunk Created 3 years, 11 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/common/wm_root_window_controller.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 64e589a118b3a4e5ba4c82b9da205ef66e40aa1a..910421fd33149fb9e52d3d4a4e610275b3a8746f 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -306,10 +306,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
// Creates the containers (WmWindows) used by the shell.
void CreateContainers();
- // Creates the LayoutManagers for the windows created by CreateContainers().
- // TODO(sky): merge this with InitLayoutManagers().
- void CreateLayoutManagers();
-
// Initializes |system_wallpaper_| and possibly also |boot_splash_screen_|.
// The initial color is determined by the |root_window_type| and whether or
// not this is the first boot.
@@ -333,9 +329,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
void OnLoginStateChanged(LoginStatus status) override;
void OnTouchHudProjectionToggled(bool enabled) override;
- // TODO(sky): temporary, fold into CloseChildWindows().
- void CloseChildWindowsImpl();
-
std::unique_ptr<AshWindowTreeHost> ash_host_;
std::unique_ptr<aura::WindowTreeHost> mus_window_tree_host_;
// This comes from |ash_host_| or |mus_window_tree_host_|.
« no previous file with comments | « ash/common/wm_root_window_controller.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698