Chromium Code Reviews| Index: extensions/renderer/api_bindings_system.h |
| diff --git a/extensions/renderer/api_bindings_system.h b/extensions/renderer/api_bindings_system.h |
| index e7173c4ecbf0e69e9a657bcaabacb8a575455270..11833925250f0193c4893f0453f9e9617d5f0cc5 100644 |
| --- a/extensions/renderer/api_bindings_system.h |
| +++ b/extensions/renderer/api_bindings_system.h |
| @@ -58,7 +58,8 @@ class APIBindingsSystem { |
| const std::string& api_name, |
| v8::Local<v8::Context> context, |
| v8::Isolate* isolate, |
| - const APIBinding::AvailabilityCallback& is_available); |
| + const APIBinding::AvailabilityCallback& is_available, |
| + v8::Local<v8::Object>* hooks_interface_out); |
|
Devlin
2016/12/16 01:55:49
I don't particularly love this interface, but unfo
|
| // Responds to the request with the given |request_id|, calling the callback |
| // with |response|. |