| Index: trunk/src/webkit/plugins/npapi/webplugin_delegate.h
|
| ===================================================================
|
| --- trunk/src/webkit/plugins/npapi/webplugin_delegate.h (revision 202368)
|
| +++ trunk/src/webkit/plugins/npapi/webplugin_delegate.h (working copy)
|
| @@ -83,9 +83,6 @@
|
| // 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;
|
|
|