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

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

Issue 11190022: [cros] Update wallpaper when displaying Gaia frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wallpaper_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 378fdaa15c46ee5de79555c7597c014ed0a4c1e3..bcaeccb40ff3d2d6917041ead7b39f8e6c08791e 100644
--- a/chrome/browser/chromeos/login/wallpaper_manager.h
+++ b/chrome/browser/chromeos/login/wallpaper_manager.h
@@ -165,16 +165,13 @@ class WallpaperManager: public system::TimezoneSettings::Observer,
// Sets |email|'s wallpaper.
void SetUserWallpaper(const std::string& email);
+ // Sets the default wallpaper for the sign-in screen.
+ void SetSigninWallpaper();
+
// Sets wallpaper to |wallpaper|.
void SetWallpaperFromImageSkia(const gfx::ImageSkia& wallpaper,
ash::WallpaperLayout layout);
- // User was deselected at login screen, reset wallpaper if needed.
- void OnUserDeselected() {}
-
- // User |email| was selected at login screen, load wallpaper.
- void OnUserSelected(const std::string& email);
-
private:
typedef std::map<std::string, gfx::ImageSkia> CustomWallpaperMap;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wallpaper_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698