| Index: net/http/http_stream_factory_impl.cc
|
| diff --git a/net/http/http_stream_factory_impl.cc b/net/http/http_stream_factory_impl.cc
|
| index c142224837ff831f7676376dfb54bfcc6e51b073..75e7365391e2dc94559c7ff060642268465a54c0 100644
|
| --- a/net/http/http_stream_factory_impl.cc
|
| +++ b/net/http/http_stream_factory_impl.cc
|
| @@ -119,15 +119,6 @@ void HttpStreamFactoryImpl::PreconnectStreams(
|
| job->Preconnect(num_streams);
|
| }
|
|
|
| -void HttpStreamFactoryImpl::AddTLSIntolerantServer(const HostPortPair& server) {
|
| - tls_intolerant_servers_.insert(server);
|
| -}
|
| -
|
| -bool HttpStreamFactoryImpl::IsTLSIntolerantServer(
|
| - const HostPortPair& server) const {
|
| - return ContainsKey(tls_intolerant_servers_, server);
|
| -}
|
| -
|
| base::Value* HttpStreamFactoryImpl::PipelineInfoToValue() const {
|
| return http_pipelined_host_pool_.PipelineInfoToValue();
|
| }
|
|
|