Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index d36569501f36b9675eab680dc323a130e2ed6b6d..d916f04da68ccc26ba7a116d7f5be3811975077b 100644 |
--- a/remoting/host/host_mock_objects.h |
+++ b/remoting/host/host_mock_objects.h |
@@ -68,6 +68,7 @@ class MockClientSessionEventHandler : public ClientSession::EventHandler { |
MockClientSessionEventHandler(); |
virtual ~MockClientSessionEventHandler(); |
+ MOCK_METHOD1(OnSessionAuthenticating, void(ClientSession* client)); |
MOCK_METHOD1(OnSessionAuthenticated, bool(ClientSession* client)); |
MOCK_METHOD1(OnSessionChannelsConnected, void(ClientSession* client)); |
MOCK_METHOD1(OnSessionAuthenticationFailed, void(ClientSession* client)); |