| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index a30fb27e89436ea4c5e098a8d60a016851fba496..87d15507d8291448c8603635c29f4855028866d6 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -1051,6 +1051,12 @@ class NotificationType {
|
| // TokenRequestFailedDetails object.
|
| TOKEN_REQUEST_FAILED,
|
|
|
| + // Task Manager ------------------------------------------------------------
|
| +
|
| + // Sent after the Task Manager has received updated ResourceTypeStats
|
| + // from a renderer. Source is a TaskManagerModel.
|
| + TASK_MANAGER_RESOURCE_TYPE_STATS_UPDATED,
|
| +
|
| // Misc --------------------------------------------------------------------
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|