| Index: remoting/protocol/protocol_mock_objects.h
|
| diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
|
| index 0feb5e9ec1a19d05b027c4239750d6fa000c922b..d37b575e77a3bde74877629cdee545265ae8b110 100644
|
| --- a/remoting/protocol/protocol_mock_objects.h
|
| +++ b/remoting/protocol/protocol_mock_objects.h
|
| @@ -204,6 +204,7 @@ class MockSession : public Session {
|
| MOCK_METHOD0(error, ErrorCode());
|
| MOCK_METHOD0(GetTransportChannelFactory, StreamChannelFactory*());
|
| MOCK_METHOD0(GetMultiplexedChannelFactory, StreamChannelFactory*());
|
| + MOCK_METHOD0(GetQuicChannelFactory, StreamChannelFactory*());
|
| MOCK_METHOD0(jid, const std::string&());
|
| MOCK_METHOD0(candidate_config, const CandidateSessionConfig*());
|
| MOCK_METHOD0(config, const SessionConfig&());
|
|
|