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

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

Issue 221873005: Some cleanup of WallpaperManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 years, 9 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.h
diff --git a/chrome/browser/chromeos/login/user.h b/chrome/browser/chromeos/login/user.h
index 0a4f28a3b835e94ff5661306045d072c7a7d22b4..0bc589762cafd3697a52377b8990dd5c41fd2776 100644
--- a/chrome/browser/chromeos/login/user.h
+++ b/chrome/browser/chromeos/login/user.h
@@ -108,12 +108,11 @@ class User {
static const int kInvalidImageIndex = -3;
enum WallpaperType {
bshe 2014/04/02 15:11:10 Could you document the removed enum please? This e
Thiemo Nagel 2014/04/02 15:39:56 Done.
- DAILY = 0,
- CUSTOMIZED = 1,
- DEFAULT = 2,
+ CUSTOMIZED = 1, // Selected by user.
bshe 2014/04/02 15:11:10 nit: Selected by user or Google pushed wallpaper.
Thiemo Nagel 2014/04/02 15:39:56 How can Google push a wallpaper? Are you referrin
+ DEFAULT = 2, // Default.
UNKNOWN = 3,
- ONLINE = 4,
- POLICY = 5, // Controlled by policy, can't be changed by the user.
+ ONLINE = 4, // WallpaperInfo.file denotes an URL.
+ POLICY = 5, // Controlled by policy, can't be changed by the user.
WALLPAPER_TYPE_COUNT = 6
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/user_manager_impl.h » ('j') | chrome/browser/chromeos/login/wallpaper_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698