Index: content/browser/tab_contents/tab_contents_observer.cc |
diff --git a/content/browser/tab_contents/tab_contents_observer.cc b/content/browser/tab_contents/tab_contents_observer.cc |
index 42d6fbe83506478bc88ab3c1b7a26eb3c7951f6c..29ab1a56f125cf12cd9a5f31c32031dd4961b38e 100644 |
--- a/content/browser/tab_contents/tab_contents_observer.cc |
+++ b/content/browser/tab_contents/tab_contents_observer.cc |
@@ -17,7 +17,7 @@ void TabContentsObserver::RenderViewDeleted(RenderViewHost* render_view_host) { |
void TabContentsObserver::RenderViewReady() { |
} |
-void TabContentsObserver::RenderViewGone() { |
+void TabContentsObserver::RenderViewGone(base::TerminationStatus status) { |
} |
void TabContentsObserver::NavigateToPendingEntry( |