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

Unified Diff: chrome/browser/chromeos/login/user_manager.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.cc ('k') | chrome/browser/chromeos/login/user_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3bd6c80d5db2a82c8000419850b8a6a915f0c0ba..9beedd4e52f94c2e2007dfa4344bf6f75e15beb5 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -10,7 +10,6 @@
#include "ash/desktop_background/desktop_background_resources.h"
#include "base/memory/singleton.h"
#include "chrome/browser/chromeos/login/user.h"
-#include "chrome/browser/ui/webui/options/chromeos/set_wallpaper_options_handler.h"
class PrefService;
@@ -143,15 +142,6 @@ class UserManager {
virtual std::string GetUserDisplayEmail(
const std::string& username) const = 0;
- // Saves |type| and |index| chose by logged in user to Local State.
- virtual void SaveLoggedInUserWallpaperProperties(User::WallpaperType type,
- int index) = 0;
-
- // Updates custom wallpaper to selected layout and saves layout to Local
- // State.
- virtual void SetLoggedInUserCustomWallpaperLayout(
- ash::WallpaperLayout layout) = 0;
-
// Returns true if current user is an owner.
virtual bool IsCurrentUserOwner() const = 0;
« no previous file with comments | « chrome/browser/chromeos/login/user.cc ('k') | chrome/browser/chromeos/login/user_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698