| 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 957e76440c7f96ff542eba841895669fcdbfb22d..5092678104337dd224cef8482bd4f4c91dc7f275 100644
|
| --- a/chrome/browser/tab_contents/interstitial_page.cc
|
| +++ b/chrome/browser/tab_contents/interstitial_page.cc
|
| @@ -323,7 +323,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();
|
|
|