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

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.h

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/WebKit/Source/web/WebPluginContainerImpl.h
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.h b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
index 38867769228028a6c3ab8ef931bb21b8607efd01..86e71880eef06f8cc6f87a4415e9aa47fd4f7044 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
@@ -104,9 +104,6 @@ public:
void scrollRect(const WebRect&) override;
void scheduleAnimation() override;
void reportGeometry() override;
- void allowScriptObjects() override;
- void clearScriptObjects() override;
- NPObject* scriptableObjectForElement() override;
v8::Local<v8::Object> v8ObjectForElement() override;
WebString executeScriptURL(const WebURL&, bool popupsAllowed) override;
void loadFrameRequest(const WebURLRequest&, const WebString& target) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698