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

Unified Diff: third_party/WebKit/public/web/WebFrame.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/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index 9ae9234584f187ee39b1ae311a96a13d014484d4..2676303bb8359094b325f07a1f19d62f5cc37b16 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -269,14 +269,6 @@ public:
// Scripting ----------------------------------------------------------
- // Returns a NPObject corresponding to this frame's DOMWindow.
- virtual NPObject* windowObject() const = 0;
-
- // Binds a NPObject as a property of this frame's DOMWindow.
- virtual void bindToWindowObject(const WebString& name, NPObject*) = 0;
- virtual void bindToWindowObject(
- const WebString& name, NPObject*, void*) = 0;
-
// Executes script in the context of the current page.
virtual void executeScript(const WebScriptSource&) = 0;

Powered by Google App Engine
This is Rietveld 408576698