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..3912f093e9c1a6a3c8b72568678bafde22df5240 100644 |
--- a/chrome/browser/history/history_extension_api.cc |
+++ b/chrome/browser/history/history_extension_api.cc |
@@ -162,7 +162,8 @@ 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(), |
+ extensions::EventFilteringInfo()); |
} |
} |