Index: chrome/common/chrome_notification_types.h |
=================================================================== |
--- chrome/common/chrome_notification_types.h (revision 144812) |
+++ chrome/common/chrome_notification_types.h (working copy) |
@@ -579,11 +579,6 @@ |
// 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. |