| Index: chrome/common/service_messages.h
|
| diff --git a/chrome/common/service_messages.h b/chrome/common/service_messages.h
|
| index c1b598b134b9c68295e8b681cf3aa6af69cc2592..914388df99f43299c5febac0424f28ba149f9852 100644
|
| --- a/chrome/common/service_messages.h
|
| +++ b/chrome/common/service_messages.h
|
| @@ -46,6 +46,9 @@ IPC_MESSAGE_CONTROL0(ServiceMsg_Shutdown)
|
| // Tell the service process that an update is available.
|
| IPC_MESSAGE_CONTROL0(ServiceMsg_UpdateAvailable)
|
|
|
| +// Tell the service process to remain alive when disconnected.
|
| +IPC_MESSAGE_CONTROL0(ServiceMsg_StayAliveForTesting)
|
| +
|
| //-----------------------------------------------------------------------------
|
| // Service process host messages:
|
| // These are messages from the service process to the browser.
|
|
|