| 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 8ac9377e11dc12106301699151ed6c126dde2649..c397bb771f9d4b863a7928e904451d8ac03390c5 100644
|
| --- a/chrome/browser/net/http_server_properties_manager.h
|
| +++ b/chrome/browser/net/http_server_properties_manager.h
|
| @@ -97,13 +97,12 @@ class HttpServerPropertiesManager
|
| bool support_spdy) OVERRIDE;
|
|
|
| // Returns true if |server| has an Alternate-Protocol header.
|
| - virtual bool HasAlternateProtocol(
|
| - const net::HostPortPair& server) const OVERRIDE;
|
| + virtual bool HasAlternateProtocol(const net::HostPortPair& server) OVERRIDE;
|
|
|
| // Returns the Alternate-Protocol and port for |server|.
|
| // HasAlternateProtocol(server) must be true.
|
| virtual net::PortAlternateProtocolPair GetAlternateProtocol(
|
| - const net::HostPortPair& server) const OVERRIDE;
|
| + const net::HostPortPair& server) OVERRIDE;
|
|
|
| // Sets the Alternate-Protocol for |server|.
|
| virtual void SetAlternateProtocol(
|
|
|