| 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 3ed44c4728697ceaf49b2b3d2d2c414f02105f8f..3c5cf697608f06f18f7109a5f4b98f07b5596b45 100644
|
| --- a/content/child/npapi/webplugin_delegate_impl.h
|
| +++ b/content/child/npapi/webplugin_delegate_impl.h
|
| @@ -88,8 +88,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.
|
|
|