| 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 03faef23a9bbcd578e7fb1c3e8dc417456d8dd2e..6c290b7058c80856d21a0bd74408744e43ce4eaf 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -482,8 +482,6 @@ void BrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) {
|
| default:
|
| break;
|
| }
|
| - if (delegate_)
|
| - delegate_->GuestProcessGone(status);
|
| }
|
|
|
| // static
|
|
|