| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h
|
| index 5352aaf4ef0c2826461d0c1b2879239636573dca..6efe01cc1afa596159962d41afc8e0b5f1823d83 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.h
|
| @@ -56,7 +56,8 @@ class TabContentsViewGtk : public TabContentsView,
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const;
|
| virtual void GetContainerBounds(gfx::Rect* out) const;
|
| virtual void SetPageTitle(const std::wstring& title);
|
| - virtual void OnTabCrashed();
|
| + virtual void OnTabCrashed(base::TerminationStatus status,
|
| + int error_code);
|
| virtual void SizeContents(const gfx::Size& size);
|
| virtual void Focus();
|
| virtual void SetInitialFocus();
|
|
|