diff options
Diffstat (limited to 'remoting/protocol/connection_to_host.h')
-rw-r--r-- | remoting/protocol/connection_to_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h index ac88645..bf990ac 100644 --- a/remoting/protocol/connection_to_host.h +++ b/remoting/protocol/connection_to_host.h @@ -73,6 +73,7 @@ class ConnectionToHost : public JingleClient::Callback { // TODO(ajwong): We need to generalize this API. virtual void Connect(const std::string& username, const std::string& auth_token, + const std::string& auth_service, const std::string& host_jid, const std::string& access_code, HostEventCallback* event_callback, |