| 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 81e5c18e0a034b17308f085038e77899ffd61103..02592967f5e8b2219b6a58b3df5a7b3e7c957eb5 100644
|
| --- a/ash/shell/content/client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content/client/shell_browser_main_parts.cc
|
| @@ -133,7 +133,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
| init_params.context_factory_private = content::GetContextFactoryPrivate();
|
| init_params.blocking_pool = content::BrowserThread::GetBlockingPool();
|
| ash::Shell::CreateInstance(init_params);
|
| - ash::WmShell::Get()->CreateShelf();
|
| + ash::WmShell::Get()->CreateShelfView();
|
| ash::WmShell::Get()->UpdateAfterLoginStatusChange(LoginStatus::USER);
|
|
|
| window_watcher_.reset(new ash::shell::WindowWatcher);
|
|
|