| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index 3215a1dca6dc8f4ea905ef23d8839fc3e1d40d58..fb5ffe939a44af0512cd7be55e7a0ea2479e6d4c 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -118,6 +118,9 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildNonPersistentHistogramData,
|
| IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded,
|
| bool /* background */)
|
|
|
| +// Sent to child processes to tell them to suspend.
|
| +IPC_MESSAGE_CONTROL0(ChildProcessMsg_Suspend)
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Messages sent from the child process to the browser.
|
|
|
|
|