Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index c8411e48c73c5d40cbae762b4ceb34064c83e608..9b9a43244a11f04adc9c3d4edd6721062d9f5c90 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. |