| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 3842e88b139f06ea50223400abc9499d74ca93d7..a7b7031e7df192707e52325b65de3e1b5f2ebb02 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2886,7 +2886,7 @@ void WebContentsImpl::RenderViewTerminated(RenderViewHost* rvh,
|
|
|
| FOR_EACH_OBSERVER(WebContentsObserver,
|
| observers_,
|
| - RenderViewGone(GetCrashedStatus()));
|
| + RenderProcessGone(GetCrashedStatus()));
|
| }
|
|
|
| void WebContentsImpl::RenderViewDeleted(RenderViewHost* rvh) {
|
| @@ -3487,7 +3487,7 @@ void WebContentsImpl::BeforeUnloadFiredFromRenderManager(
|
| // Note: |this| might be deleted at this point.
|
| }
|
|
|
| -void WebContentsImpl::RenderViewGoneFromRenderManager(
|
| +void WebContentsImpl::RenderProcessGoneFromRenderManager(
|
| RenderViewHost* render_view_host) {
|
| DCHECK(crashed_status_ != base::TERMINATION_STATUS_STILL_RUNNING);
|
| RenderViewTerminated(render_view_host, crashed_status_, crashed_error_code_);
|
|
|