diff options
Diffstat (limited to 'net/http/http_server_properties_impl.h')
-rw-r--r-- | net/http/http_server_properties_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h index 60fd562..2bc4792 100644 --- a/net/http/http_server_properties_impl.h +++ b/net/http/http_server_properties_impl.h @@ -87,12 +87,12 @@ class NET_EXPORT HttpServerPropertiesImpl bool support_spdy) OVERRIDE; // Returns true if |server| has an Alternate-Protocol header. - virtual bool HasAlternateProtocol(const HostPortPair& server) const OVERRIDE; + virtual bool HasAlternateProtocol(const HostPortPair& server) OVERRIDE; // Returns the Alternate-Protocol and port for |server|. // HasAlternateProtocol(server) must be true. virtual PortAlternateProtocolPair GetAlternateProtocol( - const HostPortPair& server) const OVERRIDE; + const HostPortPair& server) OVERRIDE; // Sets the Alternate-Protocol for |server|. virtual void SetAlternateProtocol( |