Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index e8bad3ec353ca105c84df6139a0f11e0756adb96..c19239196d30d6a1a18df4c4a76d05aedbef79f2 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)); |