Index: remoting/protocol/protocol_mock_objects.h |
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h |
index 54e79a508ac5ef28436a42321cf8ceaf0a4f7fbc..a97f071096379d6c4d21c781bbdb3901bee95cdd 100644 |
--- a/remoting/protocol/protocol_mock_objects.h |
+++ b/remoting/protocol/protocol_mock_objects.h |
@@ -42,6 +42,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, |