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

Unified Diff: chrome/browser/net/http_server_properties_manager.h

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix line endings 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: chrome/browser/net/http_server_properties_manager.h
diff --git a/chrome/browser/net/http_server_properties_manager.h b/chrome/browser/net/http_server_properties_manager.h
index 228c13dce78e57dd279ba5ab53b8e03f015a5b1a..71de395dc514cce6c8fa2789d795c25cef890449 100644
--- a/chrome/browser/net/http_server_properties_manager.h
+++ b/chrome/browser/net/http_server_properties_manager.h
@@ -15,7 +15,6 @@
#include "base/timer/timer.h"
#include "base/values.h"
#include "net/base/host_port_pair.h"
-#include "net/http/http_pipelined_host_capability.h"
#include "net/http/http_server_properties.h"
#include "net/http/http_server_properties_impl.h"
@@ -163,17 +162,6 @@ class HttpServerPropertiesManager
virtual const NetworkStats* GetServerNetworkStats(
const net::HostPortPair& host_port_pair) const OVERRIDE;
- virtual net::HttpPipelinedHostCapability GetPipelineCapability(
- const net::HostPortPair& origin) OVERRIDE;
-
- virtual void SetPipelineCapability(
- const net::HostPortPair& origin,
- net::HttpPipelinedHostCapability capability) OVERRIDE;
-
- virtual void ClearPipelineCapabilities() OVERRIDE;
-
- virtual net::PipelineCapabilityMap GetPipelineCapabilityMap() const OVERRIDE;
-
protected:
// --------------------
// SPDY related methods
@@ -198,7 +186,6 @@ class HttpServerPropertiesManager
std::vector<std::string>* spdy_servers,
net::SpdySettingsMap* spdy_settings_map,
net::AlternateProtocolMap* alternate_protocol_map,
- net::PipelineCapabilityMap* pipeline_capability_map,
net::AlternateProtocolExperiment alternate_protocol_experiment,
bool detected_corrupted_prefs);
@@ -226,7 +213,6 @@ class HttpServerPropertiesManager
base::ListValue* spdy_server_list,
net::SpdySettingsMap* spdy_settings_map,
net::AlternateProtocolMap* alternate_protocol_map,
- net::PipelineCapabilityMap* pipeline_capability_map,
const base::Closure& completion);
private:

Powered by Google App Engine
This is Rietveld 408576698