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

Unified Diff: ash/root_window_controller.cc

Issue 72503002: Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowHost again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/magnifier/magnification_controller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index de8c32779ba34e7f57944eda8c2e1999093d36a9..ffa91d080afd64cc917d1558da69f1c4f6397118 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -622,7 +622,7 @@ void RootWindowController::Init(RootWindowType root_window_type,
shell->desktop_background_controller()->OnRootWindowAdded(root_window());
shell->high_contrast_controller()->OnRootWindowAdded(
root_window_->window());
- root_window_->ShowRootWindow();
+ root_window_->host()->Show();
// Create a launcher if a user is already logged in.
if (shell->session_state_delegate()->NumberOfLoggedInUsers())
« no previous file with comments | « ash/magnifier/magnification_controller_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698