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

Unified Diff: ash/test/test_shell_delegate.h

Issue 208273005: If customization includes default wallpaper, download and apply it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Start customization manifest fetch on EULA accepted. Never re-fetch wallpaper. Created 6 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.h
diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
index a41d1bb1948d75e7926236deb14b06066fdff320..d183a9031c2cf41f3bbed3cf849d75b6a1798a78 100644
--- a/ash/test/test_shell_delegate.h
+++ b/ash/test/test_shell_delegate.h
@@ -55,6 +55,11 @@ class TestShellDelegate : public ShellDelegate {
virtual WindowTreeHostFactory* CreateWindowTreeHostFactory() OVERRIDE;
virtual GPUSupport* CreateGPUSupport() OVERRIDE;
virtual base::string16 GetProductName() const OVERRIDE;
+ virtual bool ShouldUseCustomizedDefaultWallpaper() const OVERRIDE;
+ virtual base::FilePath GetCustomizedWallpaperDefaultRescaledSmallFileName()
+ const OVERRIDE;
+ virtual base::FilePath GetCustomizedWallpaperDefaultRescaledLargeFileName()
+ const OVERRIDE;
int num_exit_requests() const { return num_exit_requests_; }

Powered by Google App Engine
This is Rietveld 408576698