| 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 03a401cfb928d4044423bd5447e28ddffe5a296f..968cdd4222d8353bab8a42f79e2375e175c278ac 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.cc
|
| @@ -132,12 +132,8 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
|
|
| ash::shell::InitWindowTypeLauncher();
|
|
|
| - DesktopBackgroundController* controller =
|
| - Shell::GetInstance()->desktop_background_controller();
|
| - if (controller->GetAppropriateResolution() == WALLPAPER_RESOLUTION_LARGE)
|
| - controller->SetDefaultWallpaper(kDefaultLargeWallpaper);
|
| - else
|
| - controller->SetDefaultWallpaper(kDefaultSmallWallpaper);
|
| + Shell::GetInstance()->desktop_background_controller()->SetDefaultWallpaper(
|
| + false /* is_guest */);
|
|
|
| ash::Shell::GetPrimaryRootWindow()->ShowRootWindow();
|
| }
|
|
|