| 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..1809063e5cc266cd1aeda4dcd82452e45a028cc6 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -126,6 +126,9 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProcessBackgrounded,
|
| // Sent to child processes to tell them to purge and suspend.
|
| IPC_MESSAGE_CONTROL0(ChildProcessMsg_PurgeAndSuspend)
|
|
|
| +// Sent to child processes to tell them to resume from suspended mode.
|
| +IPC_MESSAGE_CONTROL0(ChildProcessMsg_Resume)
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Messages sent from the child process to the browser.
|
|
|
|
|