Index: remoting/protocol/protocol_mock_objects.h |
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h |
index 8d6a988068af480e1f4e6178d028e82cafa8cc2e..4d0302591641b3f5a240d4036a0c35b081601995 100644 |
--- a/remoting/protocol/protocol_mock_objects.h |
+++ b/remoting/protocol/protocol_mock_objects.h |
@@ -43,6 +43,7 @@ class MockConnectionToClientEventHandler |
MOCK_METHOD1(OnConnectionAuthenticating, |
void(ConnectionToClient* connection)); |
MOCK_METHOD1(OnConnectionAuthenticated, void(ConnectionToClient* connection)); |
+ MOCK_METHOD1(CreateVideoStreams, void(ConnectionToClient* connection)); |
MOCK_METHOD1(OnConnectionChannelsConnected, |
void(ConnectionToClient* connection)); |
MOCK_METHOD2(OnConnectionClosed, |