| Index: content/child/npapi/webplugin_delegate_impl.h
|
| diff --git a/content/child/npapi/webplugin_delegate_impl.h b/content/child/npapi/webplugin_delegate_impl.h
|
| index f6dae166e95cc4b063708a8b87377159b046df40..83f7b5eee185ac1ba953cd260f8941f81aabdd6d 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl.h
|
| +++ b/content/child/npapi/webplugin_delegate_impl.h
|
| @@ -92,8 +92,6 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
|
| void SetFocus(bool focused) override;
|
| bool HandleInputEvent(const blink::WebInputEvent& event,
|
| WebCursor::CursorInfo* cursor_info) override;
|
| - NPObject* GetPluginScriptableObject() override;
|
| - NPP GetPluginNPP() override;
|
| bool GetFormValue(base::string16* value) override;
|
| int GetProcessId() override;
|
| // End of WebPluginDelegate implementation.
|
|
|