| Index: remoting/host/daemon_process.h
|
| diff --git a/remoting/host/daemon_process.h b/remoting/host/daemon_process.h
|
| index a52be9eec13f8b48a0fa42001e26bb35092046b4..b7bcc55bd8aa0c19baa1438b66172d055ee95bd1 100644
|
| --- a/remoting/host/daemon_process.h
|
| +++ b/remoting/host/daemon_process.h
|
| @@ -46,6 +46,7 @@ class DaemonProcess
|
| // WorkerProcessIpcDelegate implementation.
|
| virtual void OnChannelConnected() OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| + virtual void OnPermanentError() OVERRIDE;
|
|
|
| // Sends an IPC message to the network process. The message will be dropped
|
| // unless the network process is connected over the IPC channel.
|
|
|