| Index: chrome/browser/ui/panels/panel_host.cc
|
| diff --git a/chrome/browser/ui/panels/panel_host.cc b/chrome/browser/ui/panels/panel_host.cc
|
| index 60658daf304ade7c2bbe32a31c481e730016b6c0..d40c5a4c8ee7ee9b1d6b53534a4ea5988f27d5fa 100644
|
| --- a/chrome/browser/ui/panels/panel_host.cc
|
| +++ b/chrome/browser/ui/panels/panel_host.cc
|
| @@ -201,7 +201,7 @@ void PanelHost::RenderViewCreated(content::RenderViewHost* render_view_host) {
|
| render_view_host->GetRoutingID(), window->GetWindowId()));
|
| }
|
|
|
| -void PanelHost::RenderViewGone(base::TerminationStatus status) {
|
| +void PanelHost::RenderProcessGone(base::TerminationStatus status) {
|
| CloseContents(web_contents_.get());
|
| }
|
|
|
|
|