Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index cd40fea4f0557537370c396bf3c320cf62140ccc..f3d31d2d2ca9e7135c452a3d95aca33b13e9f8b6 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -104,6 +104,10 @@ class CONTENT_EXPORT BrowserPluginGuest |
BrowserPluginGuest* opener, |
bool has_render_view); |
+ // Called when the embedder RenderViewHost is destroyed to give the |
+ // BrowserPluginGuest an opportunity to clean up after itself. |
+ void EmbedderDestroyed(); |
+ |
// Destroys the guest WebContents and all its associated state, including |
// this BrowserPluginGuest, and its new unattached windows. |
void Destroy(); |