Index: chrome/browser/history/history_extension_api.cc |
diff --git a/chrome/browser/history/history_extension_api.cc b/chrome/browser/history/history_extension_api.cc |
index af0f8caf494859099460c5b9c8c45aa0e6813630..4dc5ea392df15e00f0f816dfd86fccd84b9e0d70 100644 |
--- a/chrome/browser/history/history_extension_api.cc |
+++ b/chrome/browser/history/history_extension_api.cc |
@@ -162,7 +162,7 @@ void HistoryExtensionEventRouter::DispatchEvent(Profile* profile, |
const std::string& json_args) { |
if (profile && profile->GetExtensionEventRouter()) { |
profile->GetExtensionEventRouter()->DispatchEventToRenderers( |
- event_name, json_args, profile, GURL()); |
+ event_name, json_args, profile, GURL(), EventFilteringInfo()); |
} |
} |