diff options
Diffstat (limited to 'chrome/common/service_messages_internal.h')
-rw-r--r-- | chrome/common/service_messages_internal.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/common/service_messages_internal.h b/chrome/common/service_messages_internal.h index 99d1dd8..538cf73 100644 --- a/chrome/common/service_messages_internal.h +++ b/chrome/common/service_messages_internal.h @@ -32,6 +32,12 @@ IPC_BEGIN_MESSAGES(Service) // This message is for testing purpose. IPC_MESSAGE_CONTROL0(ServiceMsg_Hello) + // This message is for enabling the remoting process. + IPC_MESSAGE_CONTROL3(ServiceMsg_EnableRemotingWithTokens, + std::string, /* username */ + std::string, /* Token for remoting */ + std::string /* Token for Google Talk */) + // Tell the service process to shutdown. IPC_MESSAGE_CONTROL0(ServiceMsg_Shutdown) @@ -49,4 +55,3 @@ IPC_BEGIN_MESSAGES(ServiceHost) IPC_MESSAGE_CONTROL0(ServiceHostMsg_GoodDay) IPC_END_MESSAGES(ServiceHost) - |