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

Unified Diff: chrome/browser/download/download_extension_api.cc

Issue 10514013: Filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix cross_incognito_args bug Created 8 years, 6 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/download/download_extension_api.cc
diff --git a/chrome/browser/download/download_extension_api.cc b/chrome/browser/download/download_extension_api.cc
index b19c22c19b7bcf3c66c1b091a9f7e1de9c81d6bc..bf9190d02eb1b20bd05390d66b92408af8a63731 100644
--- a/chrome/browser/download/download_extension_api.cc
+++ b/chrome/browser/download/download_extension_api.cc
@@ -1118,5 +1118,6 @@ void ExtensionDownloadsEventRouter::DispatchEvent(
event_name,
json_args,
profile_,
- GURL());
+ GURL(),
+ extensions::EventFilteringInfo());
}

Powered by Google App Engine
This is Rietveld 408576698