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

Unified Diff: remoting/client/client_util.h

Issue 2771007: Fix chromoting windows build (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 | « no previous file | remoting/client/client_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/client_util.h
diff --git a/remoting/client/client_util.h b/remoting/client/client_util.h
index 4c2902ecfc1a355a91f2786e669354ace3af9539..ba9fefe2145e3cbd748782f7ba7ca6df2f9f613c 100644
--- a/remoting/client/client_util.h
+++ b/remoting/client/client_util.h
@@ -10,9 +10,9 @@
namespace remoting {
// Get the login info from the console and writes into |host_jid|, |username|
-// and |password|. Return true if successful.
+// and |auth_token|. Return true if successful.
bool GetLoginInfo(std::string& host_jid, std::string& username,
- std::string& password);
+ std::string& auth_token);
} // namespace remoting
« no previous file with comments | « no previous file | remoting/client/client_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698