| Index: extensions/renderer/native_extension_bindings_system.h
|
| diff --git a/extensions/renderer/native_extension_bindings_system.h b/extensions/renderer/native_extension_bindings_system.h
|
| index 48634b721802a5cdc4c2d73337c756df0c1e301e..39ed72cb05b5f6ae8842e836388c166b51c32d75 100644
|
| --- a/extensions/renderer/native_extension_bindings_system.h
|
| +++ b/extensions/renderer/native_extension_bindings_system.h
|
| @@ -86,7 +86,9 @@ class NativeExtensionBindingsSystem : public ExtensionBindingsSystem {
|
| v8::Local<v8::String> name);
|
|
|
| // Gets the chrome.runtime API binding.
|
| - static v8::Local<v8::Object> GetRuntime(v8::Local<v8::Context> context);
|
| + static v8::Local<v8::Object> GetLastErrorParents(
|
| + v8::Local<v8::Context> context,
|
| + v8::Local<v8::Object>* secondary_parent);
|
|
|
| // Callback to get an API binding for an internal API.
|
| static void GetInternalAPI(const v8::FunctionCallbackInfo<v8::Value>& info);
|
|
|