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

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: Syncing to the latest tree after a week away. Created 8 years, 7 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/experimental_processes.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/experimental_processes.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698