Index: content/common/child_process_messages.h |
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h |
index ecbd2014ca88916e09c98e21c35a7aebfb139505..ccb1645add06a136be3d16e954e34e34c5795a4a 100644 |
--- a/content/common/child_process_messages.h |
+++ b/content/common/child_process_messages.h |
@@ -111,6 +111,12 @@ 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 /* should background? */) |
nasko
2014/05/28 23:08:37
nit: the comment is usually the parameter name in
DaleCurtis
2014/05/29 00:06:59
Done.
|
+#endif |
+ |
#if defined(USE_TCMALLOC) |
// Sent to child process to request tcmalloc stats. |
IPC_MESSAGE_CONTROL0(ChildProcessMsg_GetTcmallocStats) |