| Index: third_party/WebKit/public/web/WebPlugin.h
|
| diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
|
| index 2d27d932b1111570545772ca978b70146a2c7c10..e9c72923b3b3f9af576273ed0113c144c1af3a1d 100644
|
| --- a/third_party/WebKit/public/web/WebPlugin.h
|
| +++ b/third_party/WebKit/public/web/WebPlugin.h
|
| @@ -85,10 +85,6 @@ public:
|
|
|
| virtual v8::Local<v8::Object> v8ScriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); }
|
|
|
| - // Returns true if the form submission value is successfully obtained
|
| - // from the plugin. The value would be associated with the name attribute
|
| - // of the corresponding object element.
|
| - virtual bool getFormValue(WebString&) { return false; }
|
| virtual bool supportsKeyboardFocus() const { return false; }
|
| virtual bool supportsEditCommands() const { return false; }
|
| // Returns true if this plugin supports input method, which implements
|
|
|