| Index: chrome/browser/tab_contents/tab_contents_view.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view.h b/chrome/browser/tab_contents/tab_contents_view.h
|
| index c6b9a6187d3ad28a86d71c3d088e388179f93456..ac373129693e421404a51626589606b236fc05b1 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view.h
|
| +++ b/chrome/browser/tab_contents/tab_contents_view.h
|
| @@ -80,7 +80,8 @@ class TabContentsView : public RenderViewHostDelegate::View {
|
|
|
| // Used to notify the view that a tab has crashed so each platform can
|
| // prepare the sad tab.
|
| - virtual void OnTabCrashed() = 0;
|
| + virtual void OnTabCrashed(base::TerminationStatus status,
|
| + int error_code) = 0;
|
|
|
| // TODO(brettw) this is a hack. It's used in two places at the time of this
|
| // writing: (1) when render view hosts switch, we need to size the replaced
|
|
|