Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: content/child/npapi/webplugin_delegate_impl.h

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698