Index: net/http/http_proxy_client_socket_wrapper.cc |
diff --git a/net/http/http_proxy_client_socket_wrapper.cc b/net/http/http_proxy_client_socket_wrapper.cc |
index 60c47112991df028d7d1225f188ad547bcdec289..bf9acbfa8a339e466260794cd34343132e1a20e8 100644 |
--- a/net/http/http_proxy_client_socket_wrapper.cc |
+++ b/net/http/http_proxy_client_socket_wrapper.cc |
@@ -232,12 +232,6 @@ bool HttpProxyClientSocketWrapper::WasEverUsed() const { |
return false; |
} |
-bool HttpProxyClientSocketWrapper::UsingTCPFastOpen() const { |
- if (transport_socket_) |
- return transport_socket_->UsingTCPFastOpen(); |
- return false; |
-} |
- |
bool HttpProxyClientSocketWrapper::WasNpnNegotiated() const { |
if (transport_socket_) |
return transport_socket_->WasNpnNegotiated(); |