Chromium Code Reviews| Index: content/common/child_process_messages.h |
| =================================================================== |
| --- content/common/child_process_messages.h (revision 100953) |
| +++ content/common/child_process_messages.h (working copy) |
| @@ -36,6 +36,12 @@ |
| // Sent to all child processes to get trace buffer fullness. |
| IPC_MESSAGE_CONTROL0(ChildProcessMsg_GetTraceBufferPercentFull) |
| +// Sent to child processes to dump their handle table. |
| +IPC_MESSAGE_CONTROL0(ChildProcessMsg_DumpHandles) |
| + |
| +// Reply to ChildProcessMsg_DumpHandles when handle table dump is complete. |
| +IPC_MESSAGE_CONTROL0(ChildProcessHostMsg_DumpHandlesDone) |
|
jam
2011/09/19 17:10:48
ChildProcessHostMsg messages are at the bottom of
Cris Neckar
2011/09/20 01:22:15
Done.
|
| + |
| //////////////////////////////////////////////////////////////////////////////// |
| // Messages sent from the child process to the browser. |