Index: net/http/http_stream_factory.h |
diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h |
index c3c58dcb44604bdb3871d7f4392184302cbff768..fe851dde6acf2e78824c996294716b5669f71b1e 100644 |
--- a/net/http/http_stream_factory.h |
+++ b/net/http/http_stream_factory.h |
@@ -216,11 +216,6 @@ class NET_EXPORT HttpStreamFactory { |
const SSLConfig& server_ssl_config, |
const SSLConfig& proxy_ssl_config) = 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. |
- virtual base::Value* PipelineInfoToValue() const = 0; |
- |
virtual const HostMappingRules* GetHostMappingRules() const = 0; |
// Static settings |