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

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: Fix bad rebase. Created 4 years, 9 months 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 f07256bba6b476349c003b084f8f2acb677e1d93..65a3acb338235dd973c201e6ec9e8b6da625a747 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