| 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 7768367888b9d77d600d185910b74962ae51a828..288c54f35e7581e0e50ab13701473220117d673c 100644
|
| --- a/chrome/browser/task_manager/sampling/task_group.h
|
| +++ b/chrome/browser/task_manager/sampling/task_group.h
|
| @@ -107,11 +107,8 @@
|
|
|
| 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);
|
|
|
|
|