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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 2b6eba7feb5375967a9f25f335c7ed231a738614..08e72794b3e30260e1122de2f00ea535c952f0f9 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -101,9 +101,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,

Powered by Google App Engine
This is Rietveld 408576698