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

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 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
« no previous file with comments | « third_party/WebKit/public/web/WebBindings.h ('k') | third_party/WebKit/public/web/WebPlugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7bc00ff02810046fd6dd5db06bf805eb27875c33..4c182eb85fc7395f607d1ebbd9b9f6b01bffbd82 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -261,14 +261,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;
« no previous file with comments | « third_party/WebKit/public/web/WebBindings.h ('k') | third_party/WebKit/public/web/WebPlugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698