Index: chrome/browser/extensions/api/downloads/downloads_api.cc |
diff --git a/chrome/browser/extensions/api/downloads/downloads_api.cc b/chrome/browser/extensions/api/downloads/downloads_api.cc |
index ca56cf97a2c19244abe07a594b8cc8319c72c700..49e8f77f553440ca3f2a4d7be78c38cf922222d9 100644 |
--- a/chrome/browser/extensions/api/downloads/downloads_api.cc |
+++ b/chrome/browser/extensions/api/downloads/downloads_api.cc |
@@ -1090,7 +1090,8 @@ void ExtensionDownloadsEventRouter::DispatchEvent( |
event_name, |
json_args, |
profile_, |
- GURL()); |
+ GURL(), |
+ extensions::EventFilteringInfo()); |
DownloadsNotificationSource notification_source; |
notification_source.event_name = event_name; |