Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1814)

Unified Diff: ui/notifications/notification_types.h

Issue 11410008: Created initial multi-item notification view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698