| 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 c3065c12993d86565f02be7ac09eebdd90aaba93..40ff552e7aac46d90a7d5e4e882d145fca37cd87 100644
|
| --- a/jingle/glue/fake_ssl_client_socket_unittest.cc
|
| +++ b/jingle/glue/fake_ssl_client_socket_unittest.cc
|
| @@ -78,6 +78,8 @@ class MockClientSocket : public net::StreamSocket {
|
| MOCK_METHOD0(ClearConnectionAttempts, void());
|
| MOCK_METHOD1(AddConnectionAttempts, void(const net::ConnectionAttempts&));
|
| MOCK_CONST_METHOD0(GetTotalReceivedBytes, int64_t());
|
| + MOCK_CONST_METHOD1(DumpMemoryStats,
|
| + void(base::trace_event::MemoryAllocatorDump* dump));
|
| };
|
|
|
| // Break up |data| into a bunch of chunked MockReads/Writes and push
|
|
|