Index: trunk/src/remoting/host/host_mock_objects.h |
=================================================================== |
--- trunk/src/remoting/host/host_mock_objects.h (revision 273673) |
+++ trunk/src/remoting/host/host_mock_objects.h (working copy) |
@@ -71,7 +71,6 @@ |
MOCK_METHOD1(OnSessionAuthenticating, void(ClientSession* client)); |
MOCK_METHOD1(OnSessionAuthenticated, bool(ClientSession* client)); |
MOCK_METHOD1(OnSessionChannelsConnected, void(ClientSession* client)); |
- MOCK_METHOD1(OnSessionClientCapabilities, void(ClientSession* client)); |
MOCK_METHOD1(OnSessionAuthenticationFailed, void(ClientSession* client)); |
MOCK_METHOD1(OnSessionClosed, void(ClientSession* client)); |
MOCK_METHOD2(OnSessionSequenceNumber, void(ClientSession* client, |