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

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

Issue 681733003: Removed the ProcessHandle from the RendererClosedDetails payload (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed review comments Created 6 years 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
« no previous file with comments | « content/browser/mach_broker_mac_unittest.cc ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 33dc9bfa6d469e32132f604e24c7f0d382d6e4a3..f4d25e1f0e82c900c93eb97d07cc3110ad25fa4c 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1917,7 +1917,7 @@ void RenderProcessHostImpl::ProcessDied(bool already_dead) {
&exit_code) :
base::TERMINATION_STATUS_NORMAL_TERMINATION;
- RendererClosedDetails details(GetHandle(), status, exit_code);
+ RendererClosedDetails details(status, exit_code);
mojo_application_host_->WillDestroySoon();
child_process_launcher_.reset();
« no previous file with comments | « content/browser/mach_broker_mac_unittest.cc ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698