| Index: content/common/child_process_messages.h
|
| ===================================================================
|
| --- content/common/child_process_messages.h (revision 101980)
|
| +++ content/common/child_process_messages.h (working copy)
|
| @@ -40,6 +40,9 @@
|
| // 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)
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Messages sent from the child process to the browser.
|
|
|
| @@ -60,6 +63,9 @@
|
| IPC_MESSAGE_CONTROL1(ChildProcessHostMsg_TraceBufferPercentFullReply,
|
| float /*trace buffer percent full*/)
|
|
|
| +// Reply to ChildProcessMsg_DumpHandles when handle table dump is complete.
|
| +IPC_MESSAGE_CONTROL0(ChildProcessHostMsg_DumpHandlesDone)
|
| +
|
| #if defined(OS_WIN)
|
| // Request that the given font be loaded by the host so it's cached by the
|
| // OS. Please see ChildProcessHost::PreCacheFont for details.
|
|
|