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