Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10204)

Unified Diff: ash/shell/shell_main.cc

Issue 9764012: Restore to user selected wallpaper after browser crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698