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

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

Issue 10832019: Speed up custom wallpaper switching time and wallpaper manager code refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile 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 | « chrome/browser/chromeos/login/mock_user_manager.h ('k') | chrome/browser/chromeos/login/user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user.h
diff --git a/chrome/browser/chromeos/login/user.h b/chrome/browser/chromeos/login/user.h
index d7d5f326fedfa5c1f66029162200916e3101df3a..221c0df23ead46e2c5714391f6d49f78959c28e2 100644
--- a/chrome/browser/chromeos/login/user.h
+++ b/chrome/browser/chromeos/login/user.h
@@ -85,9 +85,6 @@ class User {
// image has a URL, for other images empty URL is returned.
GURL image_url() const { return user_image_.url(); }
- // The thumbnail of user custom wallpaper.
- const SkBitmap& wallpaper_thumbnail() const { return wallpaper_thumbnail_; }
-
// True if user image is a stub (while real image is being loaded from file).
bool image_is_stub() const { return image_is_stub_; }
@@ -142,7 +139,6 @@ class User {
std::string display_email_;
UserImage user_image_;
OAuthTokenStatus oauth_token_status_;
- SkBitmap wallpaper_thumbnail_;
// Either index of a default image for the user, |kExternalImageIndex| or
// |kProfileImageIndex|.
« no previous file with comments | « chrome/browser/chromeos/login/mock_user_manager.h ('k') | chrome/browser/chromeos/login/user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698