Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Unified Diff: net/http/http_stream_factory.h

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698