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

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

Issue 10827203: Deselect should maintain previously selected wallpaper and guest should load default guest wallpaper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit 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
« 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 603fb55c844c3192a2bc32d126324eb8b10718aa..80db2aa3da96cc43553c1cf9b846bfa4c7fbbb86 100644
--- a/chrome/browser/chromeos/login/wallpaper_manager.h
+++ b/chrome/browser/chromeos/login/wallpaper_manager.h
@@ -119,7 +119,7 @@ class WallpaperManager: public system::TimezoneSettings::Observer,
ash::WallpaperLayout layout);
// User was deselected at login screen, reset wallpaper if needed.
- void OnUserDeselected();
+ void OnUserDeselected() {}
// User |email| was selected at login screen, load wallpaper.
void OnUserSelected(const std::string& email);
« 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