| 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 a606ba74c082eacd915e3d784a4a5edda2d82d6a..a1e66e0b2122cf693d34d76ee6a74fdcb290c951 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);
|
|
|