diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-05 01:19:27 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-05 01:19:27 +0000 |
commit | 5a5fdc08c1ae8fdfce391f1a17c5fbb6097ab280 (patch) | |
tree | 9d596e4c66ad4390611bfd0ab1f4852a41687c55 /remoting/host/chromoting_host.h | |
parent | e37a725dfeef3effedd02eece32523413bbfae0f (diff) | |
download | chromium_src-5a5fdc08c1ae8fdfce391f1a17c5fbb6097ab280.zip chromium_src-5a5fdc08c1ae8fdfce391f1a17c5fbb6097ab280.tar.gz chromium_src-5a5fdc08c1ae8fdfce391f1a17c5fbb6097ab280.tar.bz2 |
Remove old Authentication code that we don't use or need.
Also removed some auth-related protobufs that we don't currenly use.
BUG=None
TEST=IT2Me still works.
Review URL: http://codereview.chromium.org/8351084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r-- | remoting/host/chromoting_host.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h index 270c9ba..76c204c 100644 --- a/remoting/host/chromoting_host.h +++ b/remoting/host/chromoting_host.h @@ -100,6 +100,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, //////////////////////////////////////////////////////////////////////////// // protocol::ConnectionToClient::EventHandler implementation. + // TODO(sergeyu): Move this to ClientSession. virtual void OnConnectionOpened(protocol::ConnectionToClient* client); virtual void OnConnectionClosed(protocol::ConnectionToClient* client); virtual void OnConnectionFailed(protocol::ConnectionToClient* client); @@ -114,9 +115,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, //////////////////////////////////////////////////////////////////////////// // ClientSession::EventHandler implementation. - virtual void LocalLoginSucceeded( - scoped_refptr<protocol::ConnectionToClient> client); - virtual void LocalLoginFailed( + virtual void OnAuthenticationComplete( scoped_refptr<protocol::ConnectionToClient> client); // SessionManager::Listener implementation. |