| 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 b020762eb14f104f537fc4afc491ed4253aac069..a55d0958cc4ee55c105bdb4c47ef8852a0df3aab 100644
|
| --- a/chrome/browser/history/history_extension_api.cc
|
| +++ b/chrome/browser/history/history_extension_api.cc
|
| @@ -163,7 +163,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());
|
| }
|
| }
|
|
|
|
|