| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index 67191fcc9e2068e00cfb23f3d788b4a6546d340c..da76e0207cd30231552a1e8d5263882d9a588696 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -111,11 +111,9 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildHistogramData,
|
| // Sent to child processes to dump their handle table.
|
| IPC_MESSAGE_CONTROL0(ChildProcessMsg_DumpHandles)
|
|
|
| -#if defined(OS_WIN)
|
| // Sent to child processes to tell them to enter or leave background mode.
|
| IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded,
|
| bool /* background */)
|
| -#endif
|
|
|
| #if defined(USE_TCMALLOC)
|
| // Sent to child process to request tcmalloc stats.
|
|
|