| Index: content/renderer/npapi/webplugin_delegate_proxy.cc
|
| diff --git a/content/renderer/npapi/webplugin_delegate_proxy.cc b/content/renderer/npapi/webplugin_delegate_proxy.cc
|
| index 2bce2398bb5418c6c6fb19a29ccbd136cf1d689d..05a021fe92bbae32917be81d44e3c3bc39c0d5ba 100644
|
| --- a/content/renderer/npapi/webplugin_delegate_proxy.cc
|
| +++ b/content/renderer/npapi/webplugin_delegate_proxy.cc
|
| @@ -523,12 +523,6 @@ void WebPluginDelegateProxy::Paint(SkCanvas* canvas,
|
| }
|
| }
|
|
|
| -bool WebPluginDelegateProxy::GetFormValue(base::string16* value) {
|
| - bool success = false;
|
| - Send(new PluginMsg_GetFormValue(instance_id_, value, &success));
|
| - return success;
|
| -}
|
| -
|
| void WebPluginDelegateProxy::SetFocus(bool focused) {
|
| Send(new PluginMsg_SetFocus(instance_id_, focused));
|
| }
|
|
|