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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

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/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
index a383c3f82bf937dafcd80d548f2131f6d8a773da..0549e8f8274dc196aa5c6026b5289c46d30a02c5 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -202,22 +202,6 @@ void WebRemoteFrameImpl::dispatchUnloadEvent()
ASSERT_NOT_REACHED();
}
-NPObject* WebRemoteFrameImpl::windowObject() const
-{
- ASSERT_NOT_REACHED();
- return nullptr;
-}
-
-void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*)
-{
- ASSERT_NOT_REACHED();
-}
-
-void WebRemoteFrameImpl::bindToWindowObject(const WebString& name, NPObject*, void*)
-{
- ASSERT_NOT_REACHED();
-}
-
void WebRemoteFrameImpl::executeScript(const WebScriptSource&)
{
ASSERT_NOT_REACHED();

Powered by Google App Engine
This is Rietveld 408576698