| Index: net/http/http_server_properties_manager.h
|
| diff --git a/net/http/http_server_properties_manager.h b/net/http/http_server_properties_manager.h
|
| index 9c81a5c8ae904a81352874bbe45c686233212713..b71671a5cccd975803f3c77982cd588d91441885 100644
|
| --- a/net/http/http_server_properties_manager.h
|
| +++ b/net/http/http_server_properties_manager.h
|
| @@ -182,6 +182,9 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
|
| void AddToSpdySettingsMap(const HostPortPair& server,
|
| const base::DictionaryValue& server_dict,
|
| SpdySettingsMap* spdy_settings_map);
|
| + AlternateProtocolInfo ParseAlternateProtocolDict(
|
| + const base::DictionaryValue& alternate_protocol_dict,
|
| + const std::string& server_str);
|
| bool AddToAlternateProtocolMap(const HostPortPair& server,
|
| const base::DictionaryValue& server_dict,
|
| AlternateProtocolMap* alternate_protocol_map);
|
|
|