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

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

Issue 9580023: Enable user change background image in settings page in Aura build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: More refactor Created 8 years, 10 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/user_manager.h
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
index 6e70d7cccc4a2a00169a9fe6400573e316668955..6624dfb9da26b92def03a2ee322193eb77b23fdc 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -99,6 +99,10 @@ class UserManager : public ProfileDownloaderDelegate,
// Otherwise, returns |username| itself.
std::string GetUserDisplayEmail(const std::string& username) const;
+ int GetUserWallpaper(const std::string& username);
+ void SetUserWallpaper(const std::string& username,
+ int wallpaper_index);
+
// Sets user image to the default image with index |image_index|, sends
// LOGIN_USER_IMAGE_CHANGED notification and updates Local State.
void SaveUserDefaultImageIndex(const std::string& username, int image_index);

Powered by Google App Engine
This is Rietveld 408576698