| Index: blimp/net/test_common.h
|
| diff --git a/blimp/net/test_common.h b/blimp/net/test_common.h
|
| index 757caef94858e2191f90ab570d8c797c04932416..5471aebf885a520d91c6beffd646c0b574e38954 100644
|
| --- a/blimp/net/test_common.h
|
| +++ b/blimp/net/test_common.h
|
| @@ -133,6 +133,8 @@ class MockStreamSocket : 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));
|
| };
|
|
|
| class MockBlimpConnection;
|
|
|