Index: trunk/src/webkit/plugins/npapi/webplugin_delegate_impl.cc |
=================================================================== |
--- trunk/src/webkit/plugins/npapi/webplugin_delegate_impl.cc (revision 202368) |
+++ trunk/src/webkit/plugins/npapi/webplugin_delegate_impl.cc (working copy) |
@@ -186,10 +186,6 @@ |
return instance_->GetPluginScriptableObject(); |
} |
-NPP WebPluginDelegateImpl::GetPluginNPP() { |
- return instance_->npp(); |
-} |
- |
bool WebPluginDelegateImpl::GetFormValue(base::string16* value) { |
return instance_->GetFormValue(value); |
} |