| 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:
|
|
|