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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 9580023: Enable user change background image in settings page in Aura build. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Address reveiw and auto select the current wallpaper thumbnail when select wallpaper overlay shows. Created 8 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/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index c03302599b4d54b5cce9d45dc970ed99608e7123..5d33fc106ead5436849edef4c7f86e91f4a17151 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -827,6 +827,9 @@ enum NotificationType {
// are not used.
NOTIFICATION_WIZARD_CONTENT_VIEW_DESTROYED,
+ // Sent when the user want to change desktop background.
+ NOTIFICATION_DESKTOP_BACKGROUND_CHANGED,
+
// Sent when the screen lock state has changed. The source is
// ScreenLocker and the details is a bool specifing that the
// screen is locked. When details is a false, the source object

Powered by Google App Engine
This is Rietveld 408576698