| Index: content/child/npapi/webplugin_delegate.h
|
| diff --git a/content/child/npapi/webplugin_delegate.h b/content/child/npapi/webplugin_delegate.h
|
| index 8326a3a0716c510c6752cc3b7ee9a963cf4ca57d..d272af9ed745ca0ac69e4069a81212a5983ea3cf 100644
|
| --- a/content/child/npapi/webplugin_delegate.h
|
| +++ b/content/child/npapi/webplugin_delegate.h
|
| @@ -77,10 +77,6 @@ class WebPluginDelegate {
|
| virtual bool HandleInputEvent(const blink::WebInputEvent& event,
|
| WebCursor::CursorInfo* cursor) = 0;
|
|
|
| - // Gets the form value associated with the plugin instance.
|
| - // Returns false if the value is not available.
|
| - virtual bool GetFormValue(base::string16* value) = 0;
|
| -
|
| // Returns the process id of the process that is running the plugin.
|
| virtual int GetProcessId() = 0;
|
| };
|
|
|