| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index bbfc58c85f5d6f9ef0bf89b429c560a06466554e..fceb7f68b7267e67345800a0d71349ba530bb856 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1150,12 +1150,12 @@ enum NotificationType {
|
| // which was installed.
|
| NOTIFICATION_APP_INSTALLED_TO_NTP,
|
|
|
| -#if defined(USE_ASH)
|
| // Similar to NOTIFICATION_APP_INSTALLED_TO_NTP but used to nofity ash AppList
|
| // about installed app. Source is the profile in which the app is installed
|
| // and Details is the string ID of the extension.
|
| NOTIFICATION_APP_INSTALLED_TO_APPLIST,
|
|
|
| +#if defined(USE_ASH)
|
| // Sent when wallpaper show animation has finished.
|
| NOTIFICATION_WALLPAPER_ANIMATION_FINISHED,
|
| #endif
|
|
|