| Index: content/browser/web_contents/interstitial_page_impl.cc
|
| diff --git a/content/browser/web_contents/interstitial_page_impl.cc b/content/browser/web_contents/interstitial_page_impl.cc
|
| index 7e62376241ca2d63e4e9ed204495f54afedb6350..040f5ca5c8c16a9a89c869f52e32c19394ed7752 100644
|
| --- a/content/browser/web_contents/interstitial_page_impl.cc
|
| +++ b/content/browser/web_contents/interstitial_page_impl.cc
|
| @@ -357,9 +357,10 @@ const GURL& InterstitialPageImpl::GetURL() const {
|
| return url_;
|
| }
|
|
|
| -void InterstitialPageImpl::RenderViewGone(RenderViewHost* render_view_host,
|
| - base::TerminationStatus status,
|
| - int error_code) {
|
| +void InterstitialPageImpl::RenderViewTerminated(
|
| + RenderViewHost* render_view_host,
|
| + base::TerminationStatus status,
|
| + int error_code) {
|
| // Our renderer died. This should not happen in normal cases.
|
| // If we haven't already started shutdown, just dismiss the interstitial.
|
| // We cannot check for enabled() here, because we may have called Disable
|
|
|