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

Unified Diff: content/browser/tab_contents/tab_contents.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.cc
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
index 34d068d9764c8227b69c35f53aa5f74a19a966f4..29ee18cbbf69011709616ec98287a8e0d9af3d87 100644
--- a/content/browser/tab_contents/tab_contents.cc
+++ b/content/browser/tab_contents/tab_contents.cc
@@ -1487,7 +1487,9 @@ void TabContents::RenderViewGone(RenderViewHost* rvh,
SetIsCrashed(status, error_code);
view()->OnTabCrashed(crashed_status(), crashed_error_code());
- FOR_EACH_OBSERVER(TabContentsObserver, observers_, RenderViewGone());
+ FOR_EACH_OBSERVER(TabContentsObserver,
+ observers_,
+ RenderViewGone(crashed_status()));
}
void TabContents::RenderViewDeleted(RenderViewHost* rvh) {
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_win.cc ('k') | content/browser/tab_contents/tab_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698