| 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..a463f509bf526bd48e382fb56df3151b4d8d8850 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(OnCreateVideoStreams, void(ConnectionToClient* connection));
|
| MOCK_METHOD1(OnConnectionChannelsConnected,
|
| void(ConnectionToClient* connection));
|
| MOCK_METHOD2(OnConnectionClosed,
|
|
|