Index: jingle/glue/channel_socket_adapter_unittest.cc |
diff --git a/jingle/glue/channel_socket_adapter_unittest.cc b/jingle/glue/channel_socket_adapter_unittest.cc |
index e0804493e047a1e8846599cad784ea5510ff0148..ef1478239654bf457d13d5c0e34bb74842249a07 100644 |
--- a/jingle/glue/channel_socket_adapter_unittest.cc |
+++ b/jingle/glue/channel_socket_adapter_unittest.cc |
@@ -46,6 +46,7 @@ class MockTransportChannel : public cricket::TransportChannel { |
MOCK_CONST_METHOD1(GetSslRole, bool(rtc::SSLRole* role)); |
MOCK_METHOD1(SetSrtpCiphers, bool(const std::vector<std::string>& ciphers)); |
MOCK_METHOD1(GetSrtpCipher, bool(std::string* cipher)); |
+ MOCK_METHOD1(GetSslCipher, bool(std::string* cipher)); |
MOCK_CONST_METHOD1(GetLocalIdentity, bool(rtc::SSLIdentity** identity)); |
MOCK_CONST_METHOD1(GetRemoteCertificate, |
bool(rtc::SSLCertificate** cert)); |