| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index 0ad619d834c8a99fdfe5b948dd18c0a9e3a77d3c..471db526614ea6c82e09f7692b5ed158fb0f85fc 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -122,6 +122,11 @@ BrowserPluginGuest* BrowserPluginGuest::Create(
|
| return new BrowserPluginGuest(instance_id, web_contents,params);
|
| }
|
|
|
| +void BrowserPluginGuest::Destroy() {
|
| + GetContentClient()->browser()->GuestWebContentsDestroyed(
|
| + web_contents(), embedder_web_contents_);
|
| +}
|
| +
|
| void BrowserPluginGuest::UpdateVisibility() {
|
| OnSetVisibility(instance_id_, visible());
|
| }
|
|
|