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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.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/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 480b8f77d1dd496c457d24b97dd0b2219285aa1c..beef5a4e447d6ad5e26a49b5b741ec01a009ea52 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -46,9 +46,6 @@ public:
WebPerformance performance() const override;
bool dispatchBeforeUnloadEvent() override;
void dispatchUnloadEvent() override;
- NPObject* windowObject() const override;
- void bindToWindowObject(const WebString& name, NPObject*) override;
- void bindToWindowObject(const WebString& name, NPObject*, void*) override;
void executeScript(const WebScriptSource&) override;
void executeScriptInIsolatedWorld(
int worldID, const WebScriptSource* sources, unsigned numSources,
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698