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

Unified Diff: ui/notifications/notification_types.h

Issue 11639041: Added support for image notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bug detected by try bots. Created 7 years, 12 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
« no previous file with comments | « ui/message_center/notification_view.cc ('k') | ui/notifications/notification_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/notifications/notification_types.h
diff --git a/ui/notifications/notification_types.h b/ui/notifications/notification_types.h
index 29d6ddadae129648ba6ef8d7c47b7582909a1e2e..e686d28133e92bb96d194e9e7633f4ebd5c50c8c 100644
--- a/ui/notifications/notification_types.h
+++ b/ui/notifications/notification_types.h
@@ -29,6 +29,7 @@ UI_EXPORT extern const char kItemMessageKey[];
enum NotificationType {
NOTIFICATION_TYPE_SIMPLE,
NOTIFICATION_TYPE_BASE_FORMAT,
+ NOTIFICATION_TYPE_IMAGE,
NOTIFICATION_TYPE_MULTIPLE,
};
« no previous file with comments | « ui/message_center/notification_view.cc ('k') | ui/notifications/notification_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698