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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 9764012: Restore to user selected wallpaper after browser crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 16caee53757786dc95a7bf207215b703b4092ea4..18b8dc1fc8194222eaa55f4f93a7b754636d9f7d 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -65,5 +65,9 @@ SystemTrayDelegate* TestShellDelegate::CreateSystemTrayDelegate(
return NULL;
}
+UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() {
+ return NULL;
+}
+
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698