diff options
Diffstat (limited to 'net/http/http_pipelined_connection_impl.h')
-rw-r--r-- | net/http/http_pipelined_connection_impl.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/http/http_pipelined_connection_impl.h b/net/http/http_pipelined_connection_impl.h index be62885..ac43dcb 100644 --- a/net/http/http_pipelined_connection_impl.h +++ b/net/http/http_pipelined_connection_impl.h @@ -55,12 +55,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnectionImpl const ProxyInfo& used_proxy_info, const BoundNetLog& net_log, bool was_npn_negotiated, - NextProto protocol_negotiated) OVERRIDE { - return new HttpPipelinedConnectionImpl(connection, delegate, origin, - used_ssl_config, used_proxy_info, - net_log, was_npn_negotiated, - protocol_negotiated); - } + NextProto protocol_negotiated) OVERRIDE; }; HttpPipelinedConnectionImpl(ClientSocketHandle* connection, |