| Index: ash/shell/content_client/shell_browser_main_parts.cc
|
| diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc
|
| index 2ce1d2319fac993173c1aca854c14e2936ed5c90..c562f22d05095271e3818217ce757f85cd723e0d 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.cc
|
| @@ -92,7 +92,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
|
|
| ash::shell::InitWindowTypeLauncher();
|
|
|
| - ash::Shell::GetRootWindow()->ShowRootWindow();
|
| + ash::Shell::GetPrimaryRootWindow()->ShowRootWindow();
|
| }
|
|
|
| void ShellBrowserMainParts::PostMainMessageLoopRun() {
|
|
|