| Index: net/base/net_log_event_type_list.h
|
| diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
|
| index acb32b5bb2cb8591459c3921abc36bbed69707d5..4c6552a70bc69e20bb514dca2fbbd4e91d89d21a 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -1287,7 +1287,8 @@ EVENT_TYPE(DNS_TRANSACTION_QUERY)
|
| // It has a single parameter:
|
| //
|
| // {
|
| -// "socket_source": <Source id of the UDP socket created for the attempt>,
|
| +// "source_dependency": <Source id of the UDP socket created for the
|
| +// attempt>,
|
| // }
|
| EVENT_TYPE(DNS_TRANSACTION_ATTEMPT)
|
|
|
| @@ -1298,8 +1299,8 @@ EVENT_TYPE(DNS_TRANSACTION_ATTEMPT)
|
| // {
|
| // "rcode": <rcode in the received response>,
|
| // "answer_count": <answer_count in the received response>,
|
| -// "socket_source": <Source id of the UDP socket that received the
|
| -// response>,
|
| +// "source_dependency": <Source id of the UDP socket that received the
|
| +// response>,
|
| // }
|
| EVENT_TYPE(DNS_TRANSACTION_RESPONSE)
|
|
|
|
|