| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 83b7aac8f33f1376795a78ea31713dcaef578cc2..dce6c69d6f2e26549cd5df03479ad02ea23103da 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -886,8 +886,10 @@ void Shell::InitLayoutManagers() {
|
| new internal::BaseLayoutManager(
|
| always_on_top_container->GetRootWindow()));
|
|
|
| - // Create desktop background widget.
|
| - desktop_background_controller_->SetDesktopBackgroundImageMode();
|
| + // Before login, the desktop background set to the default wallpaper.
|
| + // When browser crashes, this will load user's wallpaper from resources (slow
|
| + // on Alex).
|
| + desktop_background_controller_->SetLoggedInUserWallpaper();
|
|
|
| // Create Panel layout manager
|
| if (CommandLine::ForCurrentProcess()->
|
|
|