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

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 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: 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 5d2dbb4ef7e12f6c0341876286091041692b0fe4..b64ba1d22b0b8b8bb571b84a6f4a5597fd3c04b1 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.h
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.h
@@ -103,9 +103,6 @@ public:
void scrollRect(const WebRect&) override;
void setNeedsLayout() 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;

Powered by Google App Engine
This is Rietveld 408576698