summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/npapi/webplugin_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/npapi/webplugin_delegate.h')
-rw-r--r--webkit/plugins/npapi/webplugin_delegate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/plugins/npapi/webplugin_delegate.h b/webkit/plugins/npapi/webplugin_delegate.h
index 9f7fe0e..43a3955 100644
--- a/webkit/plugins/npapi/webplugin_delegate.h
+++ b/webkit/plugins/npapi/webplugin_delegate.h
@@ -83,9 +83,6 @@ class WEBKIT_PLUGINS_EXPORT WebPluginDelegate {
// Gets the NPObject associated with the plugin for scripting.
virtual NPObject* GetPluginScriptableObject() = 0;
- // Gets the NPP instance uniquely identifying the plugin for its lifetime.
- virtual struct _NPP* GetPluginNPP() = 0;
-
// Gets the form value associated with the plugin instance.
// Returns false if the value is not available.
virtual bool GetFormValue(base::string16* value) = 0;