| Index: chrome/browser/task_manager/sampling/task_group.h
|
| diff --git a/chrome/browser/task_manager/sampling/task_group.h b/chrome/browser/task_manager/sampling/task_group.h
|
| index 288c54f35e7581e0e50ab13701473220117d673c..7768367888b9d77d600d185910b74962ae51a828 100644
|
| --- a/chrome/browser/task_manager/sampling/task_group.h
|
| +++ b/chrome/browser/task_manager/sampling/task_group.h
|
| @@ -107,8 +107,11 @@ class TaskGroup {
|
|
|
| void RefreshWindowsHandles();
|
|
|
| +#if !defined(DISABLE_NACL)
|
| // |child_process_unique_id| see Task::GetChildProcessUniqueID().
|
| void RefreshNaClDebugStubPort(int child_process_unique_id);
|
| + void OnRefreshNaClDebugStubPortDone(int port);
|
| +#endif
|
|
|
| void OnCpuRefreshDone(double cpu_usage);
|
|
|
|
|