Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 2f58db931018801758244c0cd4480efd05f240d0..9232fcf2dc48b9f59d5759aaf6cd19363e0b248a 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -327,6 +327,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. |