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 bbbbcdc769216c82b35aa7697638e2b3cc60d499..bb29f862e05a59bb6e9f5d0fe712c5ce72693eb2 100644 |
--- a/net/base/net_log_event_type_list.h |
+++ b/net/base/net_log_event_type_list.h |
@@ -1311,6 +1311,13 @@ EVENT_TYPE(NETWORK_IP_ADDRESSES_CHANGED) |
// } |
EVENT_TYPE(NETWORK_CONNECTIVITY_CHANGED) |
+// This event is emitted whenever NetworkChangeNotifier determines that a change |
+// occurs to the host computer's hardware or software that affects the route |
+// network packets take to any network server. |
+// { |
+// "new_connection_type": <Type of the new connection> |
+// } |
+EVENT_TYPE(NETWORK_CHANGED) |
// This event is emitted whenever HostResolverImpl receives a new DnsConfig |
// from the DnsConfigService. |