| Index: net/spdy/spdy_proxy_client_socket.h
|
| diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h
|
| index 371182a739782b7e862b5e5a21e76e80a15d3e10..30861eeb591e05925243a2e01362e5dbd991bcbd 100644
|
| --- a/net/spdy/spdy_proxy_client_socket.h
|
| +++ b/net/spdy/spdy_proxy_client_socket.h
|
| @@ -73,6 +73,9 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket,
|
| bool WasNpnNegotiated() const override;
|
| NextProto GetNegotiatedProtocol() const override;
|
| bool GetSSLInfo(SSLInfo* ssl_info) override;
|
| + void GetConnectionAttempts(ConnectionAttempts* out) const override;
|
| + void ClearConnectionAttempts() override {}
|
| + void AddConnectionAttempts(const ConnectionAttempts& attempts) override {}
|
|
|
| // Socket implementation.
|
| int Read(IOBuffer* buf,
|
|
|