| Index: net/base/net_log_source_type_list.h
|
| ===================================================================
|
| --- net/base/net_log_source_type_list.h (revision 78400)
|
| +++ net/base/net_log_source_type_list.h (working copy)
|
| @@ -16,6 +16,7 @@
|
| SOURCE_TYPE(HOST_RESOLVER_IMPL_REQUEST, 7)
|
| SOURCE_TYPE(HOST_RESOLVER_IMPL_JOB, 8)
|
| SOURCE_TYPE(DISK_CACHE_ENTRY, 9)
|
| -SOURCE_TYPE(HTTP_STREAM_JOB, 10)
|
| +SOURCE_TYPE(MEMORY_CACHE_ENTRY, 10)
|
| +SOURCE_TYPE(HTTP_STREAM_JOB, 11)
|
|
|
| -SOURCE_TYPE(COUNT, 11) // Always keep this as the last entry.
|
| +SOURCE_TYPE(COUNT, 12) // Always keep this as the last entry.
|
|
|