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