| Index: jingle/glue/fake_ssl_client_socket_unittest.cc
|
| diff --git a/jingle/glue/fake_ssl_client_socket_unittest.cc b/jingle/glue/fake_ssl_client_socket_unittest.cc
|
| index 4df4a7debf5d4bd327e2d65a93c063ac7e5906b8..0f8112700fa73627dfcbdbff96c2e3bb3204e745 100644
|
| --- a/jingle/glue/fake_ssl_client_socket_unittest.cc
|
| +++ b/jingle/glue/fake_ssl_client_socket_unittest.cc
|
| @@ -68,6 +68,9 @@ class MockClientSocket : public net::StreamSocket {
|
| MOCK_CONST_METHOD0(WasNpnNegotiated, bool());
|
| MOCK_CONST_METHOD0(GetNegotiatedProtocol, net::NextProto());
|
| MOCK_METHOD1(GetSSLInfo, bool(net::SSLInfo*));
|
| + MOCK_CONST_METHOD1(GetConnectionAttempts, void(net::ConnectionAttempts*));
|
| + MOCK_METHOD0(ClearConnectionAttempts, void());
|
| + MOCK_METHOD1(AddConnectionAttempts, void(const net::ConnectionAttempts&));
|
| };
|
|
|
| // Break up |data| into a bunch of chunked MockReads/Writes and push
|
|
|