| Index: remoting/host/daemon_process.cc
|
| diff --git a/remoting/host/daemon_process.cc b/remoting/host/daemon_process.cc
|
| index d9d05b428bc8faa811aa89b2bafa546fc429feb4..f5f0a6da2255f9b21fb18b2bf320ed5f0cfa9d02 100644
|
| --- a/remoting/host/daemon_process.cc
|
| +++ b/remoting/host/daemon_process.cc
|
| @@ -126,7 +126,7 @@ bool DaemonProcess::OnMessageReceived(const IPC::Message& message) {
|
| return handled;
|
| }
|
|
|
| -void DaemonProcess::OnPermanentError() {
|
| +void DaemonProcess::OnPermanentError(int exit_code) {
|
| DCHECK(caller_task_runner()->BelongsToCurrentThread());
|
| Stop();
|
| }
|
|
|