| Index: chrome/browser/history/history_extension_api.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_extension_api.cc (revision 144007)
|
| +++ chrome/browser/history/history_extension_api.cc (working copy)
|
| @@ -163,8 +163,7 @@
|
| const std::string& json_args) {
|
| if (profile && profile->GetExtensionEventRouter()) {
|
| profile->GetExtensionEventRouter()->DispatchEventToRenderers(
|
| - event_name, json_args, profile, GURL(),
|
| - extensions::EventFilteringInfo());
|
| + event_name, json_args, profile, GURL());
|
| }
|
| }
|
|
|
|
|
| Property changes on: chrome/browser/history/history_extension_api.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|