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

Unified Diff: chrome/browser/extensions/api/downloads/downloads_api.cc

Issue 10514013: Filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, reland Created 8 years, 5 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
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;

Powered by Google App Engine
This is Rietveld 408576698