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

Unified Diff: chrome/browser/ui/ash/ash_init.cc

Issue 184903003: Window ownership -> WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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: 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 5f7e40a9155ba1807422c3bde92c20452f99f64a..3c78a1cebdbb936f54511efa137ed2e2c6695efe 100644
--- a/chrome/browser/ui/ash/ash_init.cc
+++ b/chrome/browser/ui/ash/ash_init.cc
@@ -79,7 +79,7 @@ void OpenAsh() {
chrome::IncrementKeepAliveCount();
}
#endif
- ash::Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show();
+ ash::Shell::GetPrimaryRootWindow()->GetHost()->Show();
}
void CloseAsh() {

Powered by Google App Engine
This is Rietveld 408576698