| Index: chrome/browser/task_manager/task_manager_interface.h
|
| diff --git a/chrome/browser/task_manager/task_manager_interface.h b/chrome/browser/task_manager/task_manager_interface.h
|
| index 24599030b7cf7c74df49ebc08fc4039772cd8bdb..d7626449adf356ece12bb27fbd5c2312f2392cde 100644
|
| --- a/chrome/browser/task_manager/task_manager_interface.h
|
| +++ b/chrome/browser/task_manager/task_manager_interface.h
|
| @@ -201,6 +201,8 @@ class TaskManagerInterface {
|
| TaskId task_id,
|
| blink::WebCache::ResourceTypeStats* stats) const = 0;
|
|
|
| + virtual int GetKeepaliveCount(TaskId task_id) const = 0;
|
| +
|
| // Gets the list of task IDs currently tracked by the task manager. Tasks that
|
| // share the same process id will always be consecutive. The list will be
|
| // sorted in a way that reflects the process tree: the browser process will be
|
|
|