diff options
Diffstat (limited to 'net/socket/socks5_client_socket.h')
-rw-r--r-- | net/socket/socks5_client_socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h index c2a1793..ac0dd74 100644 --- a/net/socket/socks5_client_socket.h +++ b/net/socket/socks5_client_socket.h @@ -56,6 +56,8 @@ class SOCKS5ClientSocket : public ClientSocket { virtual bool IsConnected() const; virtual bool IsConnectedAndIdle() const; virtual const BoundNetLog& NetLog() const { return net_log_; } + virtual void SetSubresourceSpeculation(); + virtual void SetOmniboxSpeculation(); // Socket methods: virtual int Read(IOBuffer* buf, int buf_len, CompletionCallback* callback); |