| Index: chrome/common/chrome_notification_types.h
 | 
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
 | 
| index 697264f06a775e565caa0f2941d3d318fa1a8c2c..6cd14b6f50a385d6f1fedfd05911ff515c15e634 100644
 | 
| --- a/chrome/common/chrome_notification_types.h
 | 
| +++ b/chrome/common/chrome_notification_types.h
 | 
| @@ -316,6 +316,12 @@ enum NotificationType {
 | 
|    // Sent when WebUI TaskManager opens and is ready for showing tasks.
 | 
|    NOTIFICATION_TASK_MANAGER_WINDOW_READY,
 | 
|  
 | 
| +  // The TaskManagerChildProcessResourceProvider collects the list of child
 | 
| +  // processes when StartUpdating is called. This data is collected on the IO
 | 
| +  // thread and passed back to the UI thread. Once all entries are added to the
 | 
| +  // task manager, this notification is sent.
 | 
| +  NOTIFICATION_TASK_MANAGER_CHILD_PROCESSES_DATA_READY,
 | 
| +
 | 
|    // Sent when a renderer process is notified of new v8 heap statistics. The
 | 
|    // source is the ID of the renderer process, and the details are a
 | 
|    // V8HeapStatsDetails object.
 | 
| 
 |