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

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: add API permission check to filtered events :-| 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 de5a56579c6734ae8e8518173afad2dc761fc6c6..fb31f37ac12038cc3f55ce76acc5abfe44cc207a 100644
--- a/chrome/browser/download/download_extension_api.cc
+++ b/chrome/browser/download/download_extension_api.cc
@@ -1117,5 +1117,6 @@ void ExtensionDownloadsEventRouter::DispatchEvent(
event_name,
json_args,
profile_,
- GURL());
+ GURL(),
+ extensions::EventFilteringInfo());
}

Powered by Google App Engine
This is Rietveld 408576698