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

Unified Diff: third_party/WebKit/public/web/WebNode.h

Issue 2888203006: Move the logic to retrieve the WebPluginContainer to LocalFrame and Node. (Closed)
Patch Set: Rename & format. Created 3 years, 7 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/public/web/WebNode.h
diff --git a/third_party/WebKit/public/web/WebNode.h b/third_party/WebKit/public/web/WebNode.h
index d2a2fe8a9f6aa13e58284cbbd18655a1bbe4c8fb..d7023660aebe12f074baa0f0fd391c7eb8306338 100644
--- a/third_party/WebKit/public/web/WebNode.h
+++ b/third_party/WebKit/public/web/WebNode.h
@@ -111,8 +111,6 @@ class WebNode {
const T ToConst() const;
#if BLINK_IMPLEMENTATION
- BLINK_EXPORT static WebPluginContainer* PluginContainerFromNode(const Node*);
-
BLINK_EXPORT WebNode(Node*);
BLINK_EXPORT WebNode& operator=(Node*);
BLINK_EXPORT operator Node*() const;

Powered by Google App Engine
This is Rietveld 408576698