| 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 6f8f8072419081f92c3e2bb71819599f9a7c0a26..4aa3912a62ae9874bb71a81657c9f66ba306228c 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl.cc
|
| +++ b/content/child/npapi/webplugin_delegate_impl.cc
|
| @@ -161,10 +161,6 @@ void WebPluginDelegateImpl::SetContentAreaHasFocus(bool has_focus) {
|
| #endif
|
| }
|
|
|
| -bool WebPluginDelegateImpl::GetFormValue(base::string16* value) {
|
| - return instance_->GetFormValue(value);
|
| -}
|
| -
|
| int WebPluginDelegateImpl::GetProcessId() {
|
| // We are in process, so the plugin pid is this current process pid.
|
| return base::GetCurrentProcId();
|
|
|