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

Unified Diff: chrome/browser/chromeos/login/wallpaper_manager.h

Issue 10827154: Preload default wallpaper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/chromeos/login/wallpaper_manager.h
diff --git a/chrome/browser/chromeos/login/wallpaper_manager.h b/chrome/browser/chromeos/login/wallpaper_manager.h
index 603fb55c844c3192a2bc32d126324eb8b10718aa..4cc5945b2e8c8951b535a1f726b3e7353a773772 100644
--- a/chrome/browser/chromeos/login/wallpaper_manager.h
+++ b/chrome/browser/chromeos/login/wallpaper_manager.h
@@ -45,8 +45,8 @@ class WallpaperManager: public system::TimezoneSettings::Observer,
// added after PowerManagerClient initialized.
void AddObservers();
- // Caches |email|'s wallpaper to memory if it is custom wallpaper.
- void CacheIfCustomWallpaper(const std::string& email);
+ // Caches |email|'s wallpaper to memory.
+ void CacheUserWallpaper(const std::string& email);
// Loads wallpaper asynchronously if the current wallpaper is not the
// wallpaper of logged in user.

Powered by Google App Engine
This is Rietveld 408576698