| Index: net/log/net_log_util.cc
|
| diff --git a/net/log/net_log_util.cc b/net/log/net_log_util.cc
|
| index 17d97c2fca30bbe201bff39a3677182cc6e57271..3ce6f624849591a4a09c84dfee8fcd5b1d2320b2 100644
|
| --- a/net/log/net_log_util.cc
|
| +++ b/net/log/net_log_util.cc
|
| @@ -461,11 +461,11 @@ NET_EXPORT scoped_ptr<base::DictionaryValue> GetNetInfo(
|
| status_dict);
|
| }
|
|
|
| - if (info_sources & NET_INFO_SPDY_ALT_PROTO_MAPPINGS) {
|
| + if (info_sources & NET_INFO_SPDY_ALT_SVC_MAPPINGS) {
|
| const net::HttpServerProperties& http_server_properties =
|
| *context->http_server_properties();
|
| net_info_dict->Set(
|
| - NetInfoSourceToString(NET_INFO_SPDY_ALT_PROTO_MAPPINGS),
|
| + NetInfoSourceToString(NET_INFO_SPDY_ALT_SVC_MAPPINGS),
|
| http_server_properties.GetAlternativeServiceInfoAsValue());
|
| }
|
|
|
|
|