diff options
Diffstat (limited to 'chrome/service/service_ipc_server.h')
-rw-r--r-- | chrome/service/service_ipc_server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h index 9e9b355..521830e 100644 --- a/chrome/service/service_ipc_server.h +++ b/chrome/service/service_ipc_server.h @@ -41,6 +41,8 @@ class ServiceIPCServer : public IPC::Channel::Listener, void OnEnableCloudPrintProxyWithTokens(const std::string& cloud_print_token, const std::string& talk_token); void OnDisableCloudPrintProxy(); + void OnHello(); + void OnShutdown(); std::string channel_name_; scoped_ptr<IPC::SyncChannel> channel_; |