Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1062)

Unified Diff: content/browser/tab_contents/tab_contents_observer.cc

Issue 8477042: Move Sad Tab implementation out of the TabContentsViews. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes for jochen and jam Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « content/browser/tab_contents/tab_contents_observer.h ('k') | content/browser/tab_contents/tab_contents_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698