| Index: ui/message_center/notification_types.h
|
| diff --git a/ui/message_center/notification_types.h b/ui/message_center/notification_types.h
|
| index 2867e1f05b04549a4714a321ff5a6d9d9e6c2ad3..af2be574d5ecfac5e3ebf3bb624392203a9f60bc 100644
|
| --- a/ui/message_center/notification_types.h
|
| +++ b/ui/message_center/notification_types.h
|
| @@ -33,6 +33,7 @@ enum NotificationType {
|
| NOTIFICATION_TYPE_IMAGE = 2,
|
| NOTIFICATION_TYPE_MULTIPLE = 3,
|
| NOTIFICATION_TYPE_PROGRESS = 4, // Notification with progress bar.
|
| + NOTIFICATION_TYPE_CUSTOM = 5,
|
|
|
| // Add new values before this line.
|
| NOTIFICATION_TYPE_LAST = NOTIFICATION_TYPE_PROGRESS
|
|
|