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, |