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

Unified Diff: ui/message_center/notification_types.h

Issue 1979583003: Support notifications with custom content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@messageview-close-button
Patch Set: fix mac build, attempt 2 Created 4 years, 7 months 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/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
« no previous file with comments | « ui/message_center/notification_delegate_views.cc ('k') | ui/message_center/views/custom_notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698