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

Unified Diff: components/plugins/renderer/plugin_placeholder.h

Issue 135543002: Explicitly cut link between WebViewPlugin and PluginPlaceholder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | components/plugins/renderer/plugin_placeholder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/plugins/renderer/plugin_placeholder.h
diff --git a/components/plugins/renderer/plugin_placeholder.h b/components/plugins/renderer/plugin_placeholder.h
index c1cbbcebb28d9813d3c78f0ba1471d65277bd739..a1cdad5bb305f70da90fb80fad316d42327b0655 100644
--- a/components/plugins/renderer/plugin_placeholder.h
+++ b/components/plugins/renderer/plugin_placeholder.h
@@ -73,6 +73,7 @@ class PluginPlaceholder : public content::RenderFrameObserver,
private:
// WebViewPlugin::Delegate methods:
virtual void ShowContextMenu(const blink::WebMouseEvent&) OVERRIDE;
+ virtual void PluginDestroyed() OVERRIDE;
// RenderFrameObserver methods:
virtual void OnDestruct() OVERRIDE;
« no previous file with comments | « no previous file | components/plugins/renderer/plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698