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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10375010: Implement user selected wallpaper feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index b2a161e40201874dd1407768260b69c15d398fa6..4df6f3c9cdd10b2ecdb105707d20e7129be17d1a 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -851,6 +851,10 @@ enum NotificationType {
// Sent when the user images on the WebUI login screen have all been loaded.
NOTIFICATION_LOGIN_USER_IMAGES_LOADED,
+ // Sent when the thumbnail of user selected wallpaper generated and saved
+ // to file system successfully.
+ NOTIFICATION_LOGIN_USER_WALLPAPER_THUMBNAIL_UPDATED,
Ben Goodger (Google) 2012/05/07 15:36:25 Can you do this without notifications? Notificatio
bshe 2012/05/09 18:51:54 I use a delegate to replace the notification. Not
+
// Sent when proxy dialog is closed.
NOTIFICATION_LOGIN_PROXY_CHANGED,

Powered by Google App Engine
This is Rietveld 408576698