Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10175008: Improving the process model extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved to async extension functions and generated docs. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698