| Index: remoting/host/setup/native_messaging_host_main.cc
|
| diff --git a/remoting/host/setup/native_messaging_host_main.cc b/remoting/host/setup/native_messaging_host_main.cc
|
| index 49eee24d4a9d0e67f3fca77e54a174d291ac68b2..35cad5e101d30c5d459a96e5d2596e62c84322b3 100644
|
| --- a/remoting/host/setup/native_messaging_host_main.cc
|
| +++ b/remoting/host/setup/native_messaging_host_main.cc
|
| @@ -33,7 +33,8 @@ int main(int argc, char** argv) {
|
|
|
| base::MessageLoop message_loop(base::MessageLoop::TYPE_IO);
|
| base::RunLoop run_loop;
|
| - remoting::NativeMessagingHost host(read_file, write_file,
|
| + remoting::NativeMessagingHost host(remoting::DaemonController::Create(),
|
| + read_file, write_file,
|
| message_loop.message_loop_proxy(),
|
| run_loop.QuitClosure());
|
| host.Start();
|
|
|