| Index: remoting/host/simple_host_process.cc | 
| diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc | 
| index 63dc305e5f1ad780e3efd66257703c62722c53e2..5d03329e87ed319b98300e5137e362ebf792b09a 100644 | 
| --- a/remoting/host/simple_host_process.cc | 
| +++ b/remoting/host/simple_host_process.cc | 
| @@ -268,7 +268,7 @@ class SimpleHost : public HeartbeatSender::Listener { | 
| this, host_id_, signal_strategy_.get(), &key_pair_)); | 
| } | 
|  | 
| -    host_->Start(); | 
| +    host_->Start(xmpp_login_); | 
|  | 
| // Create a Me2Me authenticator factory. | 
| if (!is_it2me_) { | 
|  |