| Index: net/socket/fuzzed_socket.h
|
| diff --git a/net/socket/fuzzed_socket.h b/net/socket/fuzzed_socket.h
|
| index 491b339e382f5533d7ef478194bdc1a16ceca9e4..28c979aff47f319edcea8224e6792d5f85544465 100644
|
| --- a/net/socket/fuzzed_socket.h
|
| +++ b/net/socket/fuzzed_socket.h
|
| @@ -86,6 +86,8 @@ class FuzzedSocket : public StreamSocket {
|
| void ClearConnectionAttempts() override;
|
| void AddConnectionAttempts(const ConnectionAttempts& attempts) override;
|
| int64_t GetTotalReceivedBytes() const override;
|
| + void DumpMemoryStats(
|
| + base::trace_event::MemoryAllocatorDump* dump) const override;
|
|
|
| private:
|
| // Returns a net::Error that can be returned by a read or a write. Reads and
|
|
|