Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index fadc0ac000e50ff10738ee36758a641098e62c96..c078c6528149e5e655dccacf36bdb2f972c2dc05 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -589,6 +589,11 @@ enum NotificationType { |
// details are a pointer to the const BookmarksFunction in question. |
NOTIFICATION_EXTENSION_BOOKMARKS_API_INVOKED, |
+ // Sent when a downloads extensions API event is fired. The source is an |
+ // ExtensionDownloadsEventRouter::NotificationSource, and the details is a |
+ // std::string containing json. Used for testing. |
+ NOTIFICATION_EXTENSION_DOWNLOADS_EVENT, |
+ |
// Sent when an omnibox extension has sent back omnibox suggestions. The |
// source is the profile, and the details are an ExtensionOmniboxSuggestions |
// object. |