| 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 83b49f61656d4c3f7076c29dd8022eb8e1ee67e5..2d514d673823f8938d40bfa9c582fa283e12fa24 100644
|
| --- a/chrome/browser/net/http_server_properties_manager.h
|
| +++ b/chrome/browser/net/http_server_properties_manager.h
|
| @@ -115,9 +115,7 @@ class HttpServerPropertiesManager
|
| virtual void SetBrokenAlternateProtocol(
|
| const net::HostPortPair& server) OVERRIDE;
|
|
|
| - // Returns all Alternate-Protocol mappings.
|
| - virtual const net::AlternateProtocolMap&
|
| - alternate_protocol_map() const OVERRIDE;
|
| + virtual net::AlternateProtocolMap GetAlternateProtocolMap() const OVERRIDE;
|
|
|
| // Gets a reference to the SettingsMap stored for a host.
|
| // If no settings are stored, returns an empty SettingsMap.
|
|
|