Chromium Code Reviews| 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 4003d9bbccb882aacddc67007f47d1d6413e03ff..224a662fe7ae0346c664a8be6d429c2ff2686d8c 100644 |
| --- a/net/base/net_log_event_type_list.h |
| +++ b/net/base/net_log_event_type_list.h |
| @@ -1293,10 +1293,17 @@ EVENT_TYPE(APPCACHE_DELIVERING_ERROR_RESPONSE) |
| // These are events which are not grouped by source id, as they have no |
| // context. |
| -// This event is emitted whenever NetworkChangeNotifier determines that the |
| -// underlying network has changed. |
| +// This event is emitted whenever NetworkChangeNotifier determines that an |
| +// active network adapter's IP address has changed. |
| EVENT_TYPE(NETWORK_IP_ADDRESSES_CHANGED) |
| +// This event is emitted whenever NetworkChangeNotifier determines that an |
| +// active network adapter's connectivity status has changed. |
| +// { |
| +// "new_type": <Type of the new connection> |
|
mmenke
2012/10/25 16:25:31
Suggest either new_connection_type, or just connec
|
| +// } |
| +EVENT_TYPE(NETWORK_CONNECTIVITY_CHANGED) |
| + |
| // This event is emitted whenever HostResolverImpl receives a new DnsConfig |
| // from the DnsConfigService. |