| Index: net/base/net_log_util.cc
|
| diff --git a/net/base/net_log_util.cc b/net/base/net_log_util.cc
|
| index b8816bad919441a12428d49f79ffb19ddb6027bc..573a40aeec1f1faf8ecf6b6fff39907b89404d98 100644
|
| --- a/net/base/net_log_util.cc
|
| +++ b/net/base/net_log_util.cc
|
| @@ -421,7 +421,8 @@ NET_EXPORT scoped_ptr<base::DictionaryValue> GetNetInfo(
|
| it != map.end(); ++it) {
|
| base::DictionaryValue* dict = new base::DictionaryValue();
|
| dict->SetString("host_port_pair", it->first.ToString());
|
| - dict->SetString("alternate_protocol", it->second.ToString());
|
| + dict->SetString("alternate_protocols",
|
| + AlternateProtocolsToString(it->second));
|
| dict_list->Append(dict);
|
| }
|
|
|
|
|