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

Unified Diff: third_party/WebKit/Source/core/html/PluginDocument.h

Issue 2764313002: Move plugins to be stored in HTMLPlugInElement. (Closed)
Patch Set: Created 3 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/core/html/PluginDocument.h
diff --git a/third_party/WebKit/Source/core/html/PluginDocument.h b/third_party/WebKit/Source/core/html/PluginDocument.h
index 94d3ec56d4ea371cd1fa1c54f456d10718d0634c..3b6161a7fc5bded8a8ef40b82acf4d0a5a5525ba 100644
--- a/third_party/WebKit/Source/core/html/PluginDocument.h
+++ b/third_party/WebKit/Source/core/html/PluginDocument.h
@@ -42,6 +42,8 @@ class CORE_EXPORT PluginDocument final : public HTMLDocument {
void setPluginNode(Node* pluginNode) { m_pluginNode = pluginNode; }
+ // TODO(joelhockey): This method does not need to be public, and hardly needs
+ // to exist at all.
PluginView* pluginView();
Node* pluginNode();

Powered by Google App Engine
This is Rietveld 408576698