| Index: content/browser/renderer_host/render_process_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host.h (revision 100953)
|
| +++ content/browser/renderer_host/render_process_host.h (working copy)
|
| @@ -212,6 +212,9 @@
|
| // Returns True if it was able to do fast shutdown.
|
| virtual bool FastShutdownIfPossible() = 0;
|
|
|
| + // Dump the child process' handle table before shutting down.
|
| + virtual void DumpHandles() = 0;
|
| +
|
| // Returns the process object associated with the child process. In certain
|
| // tests or single-process mode, this will actually represent the current
|
| // process.
|
|
|