| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 1655c7929ec54df86e812f1884c0282bbfebb731..6da93f850f3dff5c479ccdd90b19e89b6bea6927 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -233,8 +233,7 @@ class DummyUserWallpaperDelegate : public UserWallpaperDelegate {
|
|
|
| virtual ~DummyUserWallpaperDelegate() {}
|
|
|
| - virtual const int GetUserWallpaperIndex() OVERRIDE {
|
| - return -1;
|
| + virtual void SetLoggedInUserWallpaper() OVERRIDE {
|
| }
|
|
|
| virtual void OpenSetWallpaperPage() OVERRIDE {
|
| @@ -747,7 +746,7 @@ void Shell::Init() {
|
|
|
| // It needs to be created after OnWindowResized has been called, otherwise the
|
| // widget will not paint when restoring after a browser crash.
|
| - desktop_background_controller_->SetLoggedInUserWallpaper();
|
| + user_wallpaper_delegate_->SetLoggedInUserWallpaper();
|
|
|
| window_modality_controller_.reset(new internal::WindowModalityController);
|
| AddRootWindowEventFilter(window_modality_controller_.get());
|
|
|