| Index: remoting/host/daemon_process.h
|
| diff --git a/remoting/host/daemon_process.h b/remoting/host/daemon_process.h
|
| index 0a7b900257cc1f7feee5ba3803e2bb4ea03fb6d7..51619997d467c3fc61105231a9490c28ac11bfa3 100644
|
| --- a/remoting/host/daemon_process.h
|
| +++ b/remoting/host/daemon_process.h
|
| @@ -19,6 +19,7 @@
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "remoting/host/config_watcher.h"
|
| +#include "remoting/host/host_exit_codes.h"
|
| #include "remoting/host/host_status_monitor.h"
|
| #include "remoting/host/worker_process_ipc_delegate.h"
|
|
|
| @@ -123,7 +124,7 @@ class DaemonProcess
|
| const std::string& channel_name,
|
| const SerializedTransportRoute& route);
|
| void OnHostStarted(const std::string& xmpp_login);
|
| - void OnHostShutdown();
|
| + void OnHostShutdown(int exit_code);
|
|
|
| // Creates a platform-specific desktop session and assigns a unique ID to it.
|
| // An implementation should validate |params| as they are received via IPC.
|
|
|