diff options
Diffstat (limited to 'chrome/common/nacl_messages_internal.h')
-rw-r--r-- | chrome/common/nacl_messages_internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/nacl_messages_internal.h b/chrome/common/nacl_messages_internal.h index 11dfba7..9eec408 100644 --- a/chrome/common/nacl_messages_internal.h +++ b/chrome/common/nacl_messages_internal.h @@ -25,5 +25,9 @@ IPC_BEGIN_MESSAGES(NaClProcess) // Notify the browser process that the broker is ready (sent by the broker) IPC_MESSAGE_CONTROL0(NaClProcessMsg_BrokerReady) + + // Notify the broker that all loader processes have been terminated and it + // should shutdown. + IPC_MESSAGE_CONTROL0(NaClProcessMsg_StopBroker) IPC_END_MESSAGES(NaClProcess) |