| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index a3c48897e71ee98be391e119bc47bc00cbe1073e..2d6deef0413dfa3c428cc74c3bf4334ca1d2b43e 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -123,6 +123,8 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildNonPersistentHistogramData,
|
| IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded,
|
| bool /* background */)
|
|
|
| +IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessAudible, bool /* is_audible */)
|
| +
|
| // Sent to child processes to tell them to purge and suspend.
|
| IPC_MESSAGE_CONTROL0(ChildProcessMsg_PurgeAndSuspend)
|
|
|
|
|