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

Unified Diff: chrome/browser/ui/ash/ash_init.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
Index: chrome/browser/ui/ash/ash_init.cc
diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc
index 8fa62e8572a652f1747f9d1badf7482eadffbe82..f6a482ffec7d7a8f17370116093a0af2172cf2c6 100644
--- a/chrome/browser/ui/ash/ash_init.cc
+++ b/chrome/browser/ui/ash/ash_init.cc
@@ -83,7 +83,7 @@ void OpenAsh() {
chrome::StartKeepAlive();
}
#endif
- ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->ShowRootWindow();
+ ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show();
}
void CloseAsh() {
« no previous file with comments | « chrome/browser/renderer_host/pepper/pepper_flash_drm_host.cc ('k') | chrome/browser/ui/aura/active_desktop_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698