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

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

Issue 11308068: Remove the old wallpaper picker code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to master Created 8 years, 1 month 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 | « chrome/browser/chromeos/login/user_manager.h ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
index 522da5128a3d9411f857d5bf687b44f379143385..45c842ff8b8a3b34c66e239a9e5d8c85bd1c703d 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.h
+++ b/chrome/browser/chromeos/login/user_manager_impl.h
@@ -63,10 +63,6 @@ class UserManagerImpl : public UserManager,
const std::string& display_email) OVERRIDE;
virtual std::string GetUserDisplayEmail(
const std::string& username) const OVERRIDE;
- virtual void SaveLoggedInUserWallpaperProperties(User::WallpaperType type,
- int index) OVERRIDE;
- virtual void SetLoggedInUserCustomWallpaperLayout(
- ash::WallpaperLayout layout) OVERRIDE;
virtual bool IsCurrentUserOwner() const OVERRIDE;
virtual bool IsCurrentUserNew() const OVERRIDE;
virtual bool IsCurrentUserEphemeral() const OVERRIDE;
@@ -121,12 +117,6 @@ class UserManagerImpl : public UserManager,
void SetCurrentUserIsOwner(bool is_current_user_owner);
- // Stores layout and type preference in local state. Runs on UI thread.
- void SaveWallpaperToLocalState(const std::string& username,
- const std::string& wallpaper_path,
- ash::WallpaperLayout layout,
- User::WallpaperType type);
-
// Updates current user ownership on UI thread.
void UpdateOwnership(DeviceSettingsService::OwnershipStatus status,
bool is_owner);
« no previous file with comments | « chrome/browser/chromeos/login/user_manager.h ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698