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

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

Issue 9769011: Histogram times surrounding render crashes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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_process_host_impl.h
===================================================================
--- content/browser/renderer_host/render_process_host_impl.h (revision 127735)
+++ content/browser/renderer_host/render_process_host_impl.h (working copy)
@@ -175,12 +175,8 @@
// Callers can reduce the RenderProcess' priority.
void SetBackgrounded(bool backgrounded);
- // Handle termination of our process. |was_alive| indicates that when we
- // tried to retrieve the exit code the process had not finished yet.
- void ProcessDied(base::ProcessHandle handle,
- base::TerminationStatus status,
- int exit_code,
- bool was_alive);
+ // Handle termination of our process.
+ void ProcessDied(RendererClosedDetails* details);
// The count of currently visible widgets. Since the host can be a container
// for multiple widgets, it uses this count to determine when it should be

Powered by Google App Engine
This is Rietveld 408576698