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