| Index: extensions/renderer/api_bindings_system.h
|
| diff --git a/extensions/renderer/api_bindings_system.h b/extensions/renderer/api_bindings_system.h
|
| index c8f6e72310332847e3c523ecb802d234571d11e2..532907c1565e9672178a0f4fc1bf641bb1ac75f0 100644
|
| --- a/extensions/renderer/api_bindings_system.h
|
| +++ b/extensions/renderer/api_bindings_system.h
|
| @@ -37,6 +37,7 @@ class APIBindingsSystem {
|
| base::Callback<v8::Local<v8::Object>(v8::Local<v8::Context> context,
|
| const std::string& property_name,
|
| APIRequestHandler* request_handler,
|
| + APIEventHandler* event_handler,
|
| APITypeReferenceMap* type_refs)>;
|
|
|
| APIBindingsSystem(const binding::RunJSFunction& call_js,
|
|
|