Index: ui/notifications/notification_types.h |
diff --git a/ui/notifications/notification_types.h b/ui/notifications/notification_types.h |
index 049628f8d109b4993362b9fdb2038a78713281c8..473fa7fd2d7175d2b26aa8a55b2880e1a4d42592 100644 |
--- a/ui/notifications/notification_types.h |
+++ b/ui/notifications/notification_types.h |
@@ -29,6 +29,7 @@ UI_EXPORT extern const char kImageUrlKey[]; |
enum NotificationType { |
NOTIFICATION_TYPE_SIMPLE, |
NOTIFICATION_TYPE_BASE_FORMAT, |
+ NOTIFICATION_TYPE_MULTIPLE, |
}; |
UI_EXPORT NotificationType StringToNotificationType(std::string& string_type); |