summaryrefslogtreecommitdiffstats
path: root/remoting/client/host_connection.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 19:01:08 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 19:01:08 +0000
commit722d8eab5034806b347a17cd5c6a10a98feb35f9 (patch)
tree5f9ae56c70ae1a815a519e1f6de652560138da55 /remoting/client/host_connection.h
parentc551e2fcd56d5c05305414d6384aa74a359e22df (diff)
downloadchromium_src-722d8eab5034806b347a17cd5c6a10a98feb35f9.zip
chromium_src-722d8eab5034806b347a17cd5c6a10a98feb35f9.tar.gz
chromium_src-722d8eab5034806b347a17cd5c6a10a98feb35f9.tar.bz2
Token-based authentication for chromoting.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2749004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/host_connection.h')
-rw-r--r--remoting/client/host_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/host_connection.h b/remoting/client/host_connection.h
index af1fda7..8cd2a76 100644
--- a/remoting/client/host_connection.h
+++ b/remoting/client/host_connection.h
@@ -47,7 +47,7 @@ class HostConnection : public JingleChannel::Callback,
virtual ~HostConnection();
- void Connect(const std::string& username, const std::string& password,
+ void Connect(const std::string& username, const std::string& auth_token,
const std::string& host_jid);
void Disconnect();