Index: remoting/protocol/connection_to_host.h |
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h |
index ac886452da6817959b69577188433312f6bdad37..bf990ac15e0439686142f98e0db6b60da79a6e26 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, |