diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 01:03:46 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-10 01:03:46 +0000 |
commit | 2fc8ec7219b72a02978fb853bdca011e37feb52f (patch) | |
tree | 87a27a160e5882066c349b0b9ddbe02a8dc9abb2 /remoting/client/client_util.h | |
parent | cb84d644eccdc493dbfd55809cffb4c4410be12d (diff) | |
download | chromium_src-2fc8ec7219b72a02978fb853bdca011e37feb52f.zip chromium_src-2fc8ec7219b72a02978fb853bdca011e37feb52f.tar.gz chromium_src-2fc8ec7219b72a02978fb853bdca011e37feb52f.tar.bz2 |
Fix chromoting windows build
This change also changes the CapturerGdi to output 32bit instead of 24bit.
Review URL: http://codereview.chromium.org/2771007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/client_util.h')
-rw-r--r-- | remoting/client/client_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/client_util.h b/remoting/client/client_util.h index 4c2902e..ba9fefe 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 |