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

Unified Diff: content/browser/renderer_host/render_view_host_impl.cc

Issue 1228993005: Be a little more precise in the wording of comments for process death. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 5 months 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/renderer_host/render_view_host_impl.cc
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
index c54e4e9dce2bc4305d2992a9ba2fd87f66c98991..2bc572f0a3b739dfe6ece01c0a9abf6972e2f6d9 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -585,8 +585,7 @@ void RenderViewHostImpl::RenderProcessExited(RenderProcessHost* host,
return;
RenderWidgetHostImpl::RendererExited(status, exit_code);
- delegate_->RenderViewTerminated(
- this, static_cast<base::TerminationStatus>(status), exit_code);
+ delegate_->RenderViewTerminated(this, status, exit_code);
}
void RenderViewHostImpl::DragTargetDragEnter(
« no previous file with comments | « content/browser/renderer_host/render_view_host_delegate.h ('k') | content/public/browser/render_process_host_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698