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 698d691633708dcfcc45acf4f760cec15dcdd7d2..7aa03723ed6ab1285b2b43ed8c4e073288d5238b 100644 |
--- a/chrome/browser/tab_contents/tab_contents.cc |
+++ b/chrome/browser/tab_contents/tab_contents.cc |
@@ -2536,7 +2536,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); |