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

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: Rob and James reivew Created 8 years, 7 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 fe5202009aaa38a31064f756978386d7fd924e7d..87dec919edfe28098638eeeeb9e48e94b197b92d 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -862,6 +862,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,
+
// Sent when proxy dialog is closed.
NOTIFICATION_LOGIN_PROXY_CHANGED,

Powered by Google App Engine
This is Rietveld 408576698