Chromium Code Reviews| Index: remoting/host/chromoting_host.h |
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h |
| index 7b5cea57aba9798e078fc22d7707482e1f8155ac..659090b013aa8483ee99b3fb948bef2ffce1b946 100644 |
| --- a/remoting/host/chromoting_host.h |
| +++ b/remoting/host/chromoting_host.h |
| @@ -125,6 +125,11 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, |
| protocol::Session* session, |
| protocol::SessionManager::IncomingSessionResponse* response) OVERRIDE; |
| + void HandleLocalLoginSucceeded( |
| + scoped_refptr<protocol::ConnectionToClient> connection, |
| + const protocol::SessionConfig& config, |
| + const std::string& jid); |
|
Wez
2011/09/10 01:10:03
Should this be OnLocalLoginSucceded(), or AddAuthe
Sergey Ulanov
2011/09/10 07:02:04
Renamed to AddAuthenticatedClient
|
| + |
| // Sets desired configuration for the protocol. Ownership of the |
| // |config| is transferred to the object. Must be called before Start(). |
| void set_protocol_config(protocol::CandidateSessionConfig* config); |