| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index ecf69c1c463e4572706ccf6a2d1fe83949bb6652..e93525a3c336ed3d71eb8634c074a99ef5fbc20a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -219,7 +219,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| void SetBackgrounded(bool backgrounded);
|
|
|
| // Handle termination of our process.
|
| - void ProcessDied();
|
| + void ProcessDied(bool already_dead);
|
|
|
| // 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
|
|
|