| Index: chrome/browser/tab_contents/interstitial_page.cc
|
| diff --git a/chrome/browser/tab_contents/interstitial_page.cc b/chrome/browser/tab_contents/interstitial_page.cc
|
| index d3c04298ad7a50b09cd0844ec4a639c807d4dfb3..bc9920b738c3eccacdc2af118c76393402b35b48 100644
|
| --- a/chrome/browser/tab_contents/interstitial_page.cc
|
| +++ b/chrome/browser/tab_contents/interstitial_page.cc
|
| @@ -333,7 +333,9 @@ const GURL& InterstitialPage::GetURL() const {
|
| return url_;
|
| }
|
|
|
| -void InterstitialPage::RenderViewGone(RenderViewHost* render_view_host) {
|
| +void InterstitialPage::RenderViewGone(RenderViewHost* render_view_host,
|
| + base::TerminationStatus status,
|
| + int error_code) {
|
| // Our renderer died. This should not happen in normal cases.
|
| // Just dismiss the interstitial.
|
| DontProceed();
|
|
|