| Index: content/browser/renderer_host/browser_render_process_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/browser_render_process_host.h (revision 100701)
|
| +++ content/browser/renderer_host/browser_render_process_host.h (working copy)
|
| @@ -102,6 +102,9 @@
|
| // Callers can reduce the RenderProcess' priority.
|
| void SetBackgrounded(bool backgrounded);
|
|
|
| + // Handle termination of our process.
|
| + void ProcessDied();
|
| +
|
| // 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
|
| // backgrounded.
|
|
|