summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_mock_objects.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-05 01:19:27 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-05 01:19:27 +0000
commit5a5fdc08c1ae8fdfce391f1a17c5fbb6097ab280 (patch)
tree9d596e4c66ad4390611bfd0ab1f4852a41687c55 /remoting/host/host_mock_objects.h
parente37a725dfeef3effedd02eece32523413bbfae0f (diff)
downloadchromium_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/host_mock_objects.h')
-rw-r--r--remoting/host/host_mock_objects.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
index a70693a..7696dbd 100644
--- a/remoting/host/host_mock_objects.h
+++ b/remoting/host/host_mock_objects.h
@@ -95,9 +95,7 @@ class MockClientSessionEventHandler : public ClientSession::EventHandler {
MockClientSessionEventHandler();
virtual ~MockClientSessionEventHandler();
- MOCK_METHOD1(LocalLoginSucceeded,
- void(scoped_refptr<protocol::ConnectionToClient>));
- MOCK_METHOD1(LocalLoginFailed,
+ MOCK_METHOD1(OnAuthenticationComplete,
void(scoped_refptr<protocol::ConnectionToClient>));
private: