Chromium Code Reviews| Index: content/browser/tab_contents/tab_contents.cc |
| =================================================================== |
| --- content/browser/tab_contents/tab_contents.cc (revision 103561) |
| +++ content/browser/tab_contents/tab_contents.cc (working copy) |
| @@ -1442,6 +1442,7 @@ |
| SetIsLoading(false, NULL); |
| NotifyDisconnected(); |
| SetIsCrashed(status, error_code); |
| + view()->OnTabCrashed(crashed_status(), crashed_error_code()); |
| FOR_EACH_OBSERVER(TabContentsObserver, observers_, RenderViewGone()); |
| } |