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

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: 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: 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 b27c17ae27582ff18cc08f074b14ef2e37b54a07..eec8588b3130386ab4fcd015742a0e38d36d1904 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"
@@ -157,17 +156,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
@@ -192,7 +180,6 @@ class HttpServerPropertiesManager
std::vector<std::string>* spdy_servers,
net::SpdySettingsMap* spdy_settings_map,
net::AlternateProtocolMap* alternate_protocol_map,
- net::PipelineCapabilityMap* pipeline_capability_map,
bool detected_corrupted_prefs);
// These are used to delay updating the preferences when cached data in
@@ -219,7 +206,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