| Index: extensions/renderer/api_bindings_system.h
|
| diff --git a/extensions/renderer/api_bindings_system.h b/extensions/renderer/api_bindings_system.h
|
| index 157fa76a783897b74c0391fc733d8dddc0bca8b1..8b9e86d53333973a2dad118aecbdbd451b465797 100644
|
| --- a/extensions/renderer/api_bindings_system.h
|
| +++ b/extensions/renderer/api_bindings_system.h
|
| @@ -67,7 +67,8 @@ class APIBindingsSystem {
|
| // listeners.
|
| void FireEventInContext(const std::string& event_name,
|
| v8::Local<v8::Context> context,
|
| - const base::ListValue& response);
|
| + const base::ListValue& response,
|
| + const EventFilteringInfo& filter);
|
|
|
| // Returns the APIBindingHooks object for the given api to allow for
|
| // registering custom hooks. These must be registered *before* the
|
|
|