| Index: remoting/host/simple_host_process.cc
|
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
|
| index 932f32ec217a3bc3c0ad3c08ecc6105427461cc7..25487415b1eaa0280b21f14c09181199f9c7a237 100644
|
| --- a/remoting/host/simple_host_process.cc
|
| +++ b/remoting/host/simple_host_process.cc
|
| @@ -235,9 +235,10 @@ class SimpleHost : public HeartbeatSender::Listener {
|
| log_to_server_.reset(new LogToServer(host_, mode, signal_strategy_.get()));
|
|
|
| if (is_it2me_) {
|
| - it2me_host_user_interface_.reset(
|
| - new It2MeHostUserInterface(host_, &context_));
|
| - it2me_host_user_interface_->Init();
|
| + it2me_host_user_interface_.reset(new It2MeHostUserInterface(&context_));
|
| + it2me_host_user_interface_->Start(
|
| + host_,
|
| + base::Bind(&ChromotingHost::Shutdown, host_, base::Closure()));
|
| }
|
|
|
| if (protocol_config_.get()) {
|
|
|