| 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() {
|
|
|