| Index: remoting/host/chromoting_host.h
|
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
|
| index 84c44ae273b53a8926fef3cf9228cedcc09e33e4..3cbf2b7f6c950043bbeb8f1908b4e347af7a7342 100644
|
| --- a/remoting/host/chromoting_host.h
|
| +++ b/remoting/host/chromoting_host.h
|
| @@ -80,7 +80,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>,
|
| // network and start listening for incoming connections.
|
| //
|
| // This method can only be called once during the lifetime of this object.
|
| - void Start();
|
| + void Start(const std::string& xmpp_login);
|
|
|
| // Asynchronously shutdown the host process. |shutdown_task| is
|
| // called after shutdown is completed.
|
|
|