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

Unified Diff: chrome/browser/ui/ash/chrome_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: chrome/browser/ui/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index c436b04bf50f6a170f2de1843c2d0912d3ee9552..1805bfe9246d5fac834a0144c83f3d5114f52d5b 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -72,6 +72,11 @@ class ChromeShellDelegate : public ash::ShellDelegate,
virtual ash::WindowTreeHostFactory* CreateWindowTreeHostFactory() OVERRIDE;
virtual ash::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;
// content::NotificationObserver override:
virtual void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698