| 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..d564e088a742c03aaf1edf0673f4b8c8b0e5bb16 100644 | 
| --- a/net/base/net_log_event_type_list.h | 
| +++ b/net/base/net_log_event_type_list.h | 
| @@ -1560,6 +1560,8 @@ EVENT_TYPE(DOWNLOAD_URL_REQUEST) | 
| //   } | 
| // The END event will occur when the download is interrupted, canceled or | 
| // completed. | 
| +// DownloadItems that are loaded from history and are never active simply ADD | 
| +// one of these events. | 
| EVENT_TYPE(DOWNLOAD_ITEM_ACTIVE) | 
|  | 
| // This event is created when a download item has been checked by the | 
| @@ -1570,13 +1572,6 @@ EVENT_TYPE(DOWNLOAD_ITEM_ACTIVE) | 
| //   } | 
| EVENT_TYPE(DOWNLOAD_ITEM_SAFETY_STATE_UPDATED) | 
|  | 
| -// This event is created when a download item has been inserted into the | 
| -// history database. | 
| -//   { | 
| -//     "db_handle": <The database handle for the item>, | 
| -//   } | 
| -EVENT_TYPE(DOWNLOAD_ITEM_IN_HISTORY) | 
| - | 
| // This event is created when a download item is updated. | 
| //   { | 
| //     "bytes_so_far": <Number of bytes received>, | 
|  |