diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 21:41:05 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 21:41:05 +0000 |
commit | d409efc2563bf8b647dac1af324c26778809985c (patch) | |
tree | 934a8893c98e12696344693d7b56151e8273e8b5 /remoting/client/host_connection.h | |
parent | f00acccb2ede3c82c0fda8de0db0d42f2f29a54c (diff) | |
download | chromium_src-d409efc2563bf8b647dac1af324c26778809985c.zip chromium_src-d409efc2563bf8b647dac1af324c26778809985c.tar.gz chromium_src-d409efc2563bf8b647dac1af324c26778809985c.tar.bz2 |
Token-based authentication for chromoting.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49298
Review URL: http://codereview.chromium.org/2749004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/host_connection.h')
-rw-r--r-- | remoting/client/host_connection.h | 2 |
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(); |