Index: ash/shell/shell_main.cc |
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc |
index 47d32e782dfaceff7885c984b1b9c3cede5e0312..ee62358673789142ec2cf363d4eb0e48a121825e 100644 |
--- a/ash/shell/shell_main.cc |
+++ b/ash/shell/shell_main.cc |
@@ -234,6 +234,10 @@ class ShellDelegateImpl : public ash::ShellDelegate { |
return NULL; |
} |
+ virtual ash::UserWallpaperDelegate* CreateUserWallpaperDelegate() { |
+ return NULL; |
+ } |
+ |
private: |
// Used to update Launcher. Owned by main. |
WindowWatcher* watcher_; |