Index: ui/message_center/notification_types.h |
diff --git a/ui/message_center/notification_types.h b/ui/message_center/notification_types.h |
index 88cfed22132c8aad2a774ed71eb751f8a7fe6af3..659d45d717e453557a8c40ad074b9dd89c61a3ac 100644 |
--- a/ui/message_center/notification_types.h |
+++ b/ui/message_center/notification_types.h |
@@ -30,7 +30,10 @@ enum NotificationType { |
NOTIFICATION_TYPE_BASE_FORMAT, |
NOTIFICATION_TYPE_IMAGE, |
NOTIFICATION_TYPE_MULTIPLE, |
- NOTIFICATION_TYPE_PROGRESS // Notification with progress bar. |
+ // Notification with progress bar. |
+ NOTIFICATION_TYPE_PROGRESS, |
+ // Notification with indeterminate progress bar. |
+ NOTIFICATION_TYPE_PROGRESS_INDETERMINATE, |
Jun Mukai
2015/11/24 17:51:11
Based on my comment in NotificationView, I think y
yoshiki
2015/11/25 15:14:28
I misunderstood, you did't mean to add a flag cont
|
}; |
enum NotificationPriority { |