Index: remoting/host/simple_host.h |
=================================================================== |
--- remoting/host/simple_host.h (revision 49299) |
+++ remoting/host/simple_host.h (working copy) |
@@ -47,7 +47,7 @@ |
public ClientConnection::EventHandler, |
public JingleClient::Callback { |
public: |
- SimpleHost(const std::string& username, const std::string& auth_token, |
+ SimpleHost(const std::string& username, const std::string& password, |
Capturer* capturer, Encoder* encoder, EventExecutor* executor); |
// Run the host porcess. This method returns only after the message loop |
@@ -96,7 +96,7 @@ |
base::Thread encode_thread_; |
std::string username_; |
- std::string auth_token_; |
+ std::string password_; |
// Capturer to be used by SessionManager. Once the SessionManager is |
// constructed this is set to NULL. |