| Index: content/renderer/npapi/webplugin_impl.cc
|
| diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc
|
| index 09db6bfc40630b731f968e58e82100061263974c..4b8c6b788a7f735e4e87214194ef3cafc148c3de 100644
|
| --- a/content/renderer/npapi/webplugin_impl.cc
|
| +++ b/content/renderer/npapi/webplugin_impl.cc
|
| @@ -143,16 +143,6 @@ void WebPluginImpl::destroy() {
|
| base::MessageLoop::current()->DeleteSoon(FROM_HERE, this);
|
| }
|
|
|
| -bool WebPluginImpl::getFormValue(blink::WebString& value) {
|
| - if (!delegate_)
|
| - return false;
|
| - base::string16 form_value;
|
| - if (!delegate_->GetFormValue(&form_value))
|
| - return false;
|
| - value = form_value;
|
| - return true;
|
| -}
|
| -
|
| void WebPluginImpl::updateAllLifecyclePhases() {
|
| if (!container_)
|
| return;
|
|
|