| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 563279e72dd89e51a4664748d8cdefdec71d1c97..2217944cacd98c6df37d0cf5635d9f94b8c35d84 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -2529,7 +2529,7 @@ void TabContents::RenderViewGone(RenderViewHost* rvh,
|
| // objects that are not in a browser (e.g., HTML dialogs) and thus are
|
| // visible do not flash a sad tab page.
|
| if (browser_shutdown::GetShutdownType() == browser_shutdown::NOT_VALID)
|
| - view_->OnTabCrashed();
|
| + view_->OnTabCrashed(status, error_code);
|
|
|
| // Hide any visible hung renderer warning for this web contents' process.
|
| hung_renderer_dialog::HideForTabContents(this);
|
|
|