Index: chrome/browser/tab_contents/tab_contents_view_mac.mm |
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm |
index 8d810ddeb4ba2a3c52158331796048d7ff3c6760..61cf26bf76c213aa9b5e2436711a7581603b1057 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view_mac.mm |
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm |
@@ -175,7 +175,8 @@ void TabContentsViewMac::SetPageTitle(const std::wstring& title) { |
// Meaningless on the Mac; widgets don't have a "title" attribute |
} |
-void TabContentsViewMac::OnTabCrashed() { |
+void TabContentsViewMac::OnTabCrashed(base::TerminationStatus /* status */, |
+ int /* error_code */) { |
if (!sad_tab_.get()) { |
TabContents* contents = tab_contents(); |
DCHECK(contents); |