| Index: net/base/net_log_source_type_list.h
|
| ===================================================================
|
| --- net/base/net_log_source_type_list.h (revision 105801)
|
| +++ net/base/net_log_source_type_list.h (working copy)
|
| @@ -22,5 +22,6 @@
|
| SOURCE_TYPE(EXPONENTIAL_BACKOFF_THROTTLING, 12)
|
| SOURCE_TYPE(DNS_TRANSACTION, 13)
|
| SOURCE_TYPE(ASYNC_HOST_RESOLVER_REQUEST, 14)
|
| +SOURCE_TYPE(UDP_SOCKET, 15)
|
|
|
| -SOURCE_TYPE(COUNT, 15) // Always keep this as the last entry.
|
| +SOURCE_TYPE(COUNT, 16) // Always keep this as the last entry.
|
|
|