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

Unified Diff: content/plugin/webplugin_delegate_stub.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/plugin/webplugin_delegate_stub.h
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h
index aae66df8f4b78adfb7b2181416d7370d83fa36bf..fb1ee267c36054348285f20f27bd153ebdd55050 100644
--- a/content/plugin/webplugin_delegate_stub.h
+++ b/content/plugin/webplugin_delegate_stub.h
@@ -11,7 +11,6 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "build/build_config.h"
-#include "content/child/npapi/npobject_stub.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
#include "third_party/npapi/bindings/npapi.h"
@@ -75,7 +74,6 @@ class WebPluginDelegateStub : public IPC::Listener,
void OnPaint(const gfx::Rect& damaged_rect);
void OnDidPaint();
void OnUpdateGeometry(const PluginMsg_UpdateGeometry_Param& param);
- void OnGetPluginScriptableObject(int* route_id);
void OnGetFormValue(base::string16* value, bool* success);
void OnSetContentAreaFocus(bool has_focus);
@@ -101,7 +99,6 @@ class WebPluginDelegateStub : public IPC::Listener,
scoped_refptr<PluginChannel> channel_;
- base::WeakPtr<NPObjectStub> plugin_scriptable_object_;
WebPluginDelegateImpl* delegate_;
WebPluginProxy* webplugin_;
bool in_destructor_;

Powered by Google App Engine
This is Rietveld 408576698