| Index: net/socket/socks5_client_socket.h
|
| ===================================================================
|
| --- net/socket/socks5_client_socket.h (revision 88319)
|
| +++ net/socket/socks5_client_socket.h (working copy)
|
| @@ -60,7 +60,10 @@
|
| virtual void SetOmniboxSpeculation();
|
| virtual bool WasEverUsed() const;
|
| virtual bool UsingTCPFastOpen() const;
|
| + virtual int64 NumBytesRead() const;
|
| + virtual int GetConnectTimeMicros() const;
|
|
|
| +
|
| // Socket methods:
|
| virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
| virtual int Write(IOBuffer* buf, int buf_len, CompletionCallback* callback);
|
|
|