| Index: content/child/npapi/webplugin_delegate_impl.cc
|
| diff --git a/content/child/npapi/webplugin_delegate_impl.cc b/content/child/npapi/webplugin_delegate_impl.cc
|
| index 1854ea4666a2516af56d3c6bcc792efd883db6af..ebba391be19504bf814643f7b60f5f545e974253 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl.cc
|
| +++ b/content/child/npapi/webplugin_delegate_impl.cc
|
| @@ -176,14 +176,6 @@ void WebPluginDelegateImpl::SetContentAreaHasFocus(bool has_focus) {
|
| #endif
|
| }
|
|
|
| -NPObject* WebPluginDelegateImpl::GetPluginScriptableObject() {
|
| - return instance_->GetPluginScriptableObject();
|
| -}
|
| -
|
| -NPP WebPluginDelegateImpl::GetPluginNPP() {
|
| - return instance_->npp();
|
| -}
|
| -
|
| bool WebPluginDelegateImpl::GetFormValue(base::string16* value) {
|
| return instance_->GetFormValue(value);
|
| }
|
|
|