Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: remoting/client/host_connection.h

Issue 2749004: Token-based authentication for chromoting. (Closed)
Patch Set: - Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/chromoting.gyp ('k') | remoting/client/host_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/host_connection.h
diff --git a/remoting/client/host_connection.h b/remoting/client/host_connection.h
index af1fda727f93d7b30a42959a6ad293b7f145b07a..8cd2a76c7b84586e36462dcb9457eeaf3af7b36a 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();
« no previous file with comments | « remoting/chromoting.gyp ('k') | remoting/client/host_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698