| Index: content/renderer/browser_plugin/browser_plugin_bindings.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin_bindings.h b/content/renderer/browser_plugin/browser_plugin_bindings.h
|
| index 954cdd8ad0454455da4363c8a72e4078c7833569..b565f5157e0ed4f1ffdd13f0815c236f83be6e65 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin_bindings.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin_bindings.h
|
| @@ -36,11 +36,6 @@ class BrowserPluginBindings {
|
|
|
| bool HasMethod(NPIdentifier name) const;
|
|
|
| - bool InvokeMethod(NPIdentifier name,
|
| - const NPVariant* args,
|
| - uint32 arg_count,
|
| - NPVariant* result);
|
| -
|
| bool HasProperty(NPIdentifier name) const;
|
| bool SetProperty(NPObject* np_obj,
|
| NPIdentifier name,
|
|
|