Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 0838e0ae0a6b73c6890aea4dac4bca0496e8791b..caf8f6fc351d72ba115d483aa0889141299dbf14 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -573,6 +573,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. |