| Index: extensions/renderer/v8_context_native_handler.h
|
| diff --git a/extensions/renderer/v8_context_native_handler.h b/extensions/renderer/v8_context_native_handler.h
|
| index 956ef6c68cecbe43585f146e4a5d08c8843bd167..2a323e59cebfeb3c784eb36b54b2ced3e0e2b482 100644
|
| --- a/extensions/renderer/v8_context_native_handler.h
|
| +++ b/extensions/renderer/v8_context_native_handler.h
|
| @@ -19,8 +19,6 @@ class V8ContextNativeHandler : public ObjectBackedNativeHandler {
|
| void GetAvailability(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| void GetModuleSystem(const v8::FunctionCallbackInfo<v8::Value>& args);
|
|
|
| - void RunWithNativesEnabled(const v8::FunctionCallbackInfo<v8::Value>& args);
|
| -
|
| ScriptContext* context_;
|
| };
|
|
|
|
|