| Index: net/http/http_stream_factory.h
|
| diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
|
| index 58efdf39d6ea5b24c32ea97a20dc00d50057b673..df9cecf896bef025b0e66532e3e32fdd69e6f058 100644
|
| --- a/net/http/http_stream_factory.h
|
| +++ b/net/http/http_stream_factory.h
|
| @@ -180,9 +180,6 @@ class NET_EXPORT HttpStreamFactory {
|
| const SSLConfig& server_ssl_config,
|
| const SSLConfig& proxy_ssl_config) = 0;
|
|
|
| - virtual void AddTLSIntolerantServer(const HostPortPair& server) = 0;
|
| - virtual bool IsTLSIntolerantServer(const HostPortPair& server) const = 0;
|
| -
|
| // If pipelining is supported, creates a Value summary of the currently active
|
| // pipelines. Caller assumes ownership of the returned value. Otherwise,
|
| // returns an empty Value.
|
|
|