| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 471292df36c7242ca560feaef6bf8b12ecd9062f..299198c7a006bdf66fe861672b1b298e5f4939da 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -640,16 +640,6 @@ v8::Local<v8::Object> WebPluginContainerImpl::scriptableObject(v8::Isolate* isol
|
| return object;
|
| }
|
|
|
| -bool WebPluginContainerImpl::getFormValue(String& value)
|
| -{
|
| - WebString webValue;
|
| - if (m_webPlugin->getFormValue(webValue)) {
|
| - value = webValue;
|
| - return true;
|
| - }
|
| - return false;
|
| -}
|
| -
|
| bool WebPluginContainerImpl::supportsKeyboardFocus() const
|
| {
|
| return m_webPlugin->supportsKeyboardFocus();
|
|
|