| Index: trunk/src/content/browser/browser_plugin/browser_plugin_guest.h
|
| ===================================================================
|
| --- trunk/src/content/browser/browser_plugin/browser_plugin_guest.h (revision 222122)
|
| +++ trunk/src/content/browser/browser_plugin/browser_plugin_guest.h (working copy)
|
| @@ -104,10 +104,6 @@
|
| 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();
|
|
|