| Index: chrome/browser/task_management/sampling/task_group_sampler.h
|
| diff --git a/chrome/browser/task_management/sampling/task_group_sampler.h b/chrome/browser/task_management/sampling/task_group_sampler.h
|
| index 718119eef92e0cd5c1da11b4141f89d94c4f940a..b7c5f4ff508b63df390d66b50ba00f6a3427c442 100644
|
| --- a/chrome/browser/task_management/sampling/task_group_sampler.h
|
| +++ b/chrome/browser/task_management/sampling/task_group_sampler.h
|
| @@ -40,8 +40,8 @@ struct MemoryUsageStats {
|
| // pool thread.
|
| class TaskGroupSampler : public base::RefCountedThreadSafe<TaskGroupSampler> {
|
| public:
|
| - // The below are the types of the callbacks to the UI thread upon their
|
| - // corresponding refresh are done on the worker thread.
|
| + // Below are the types of callbacks that are invoked on the UI thread upon
|
| + // completion of corresponding refresh tasks on the worker thread.
|
| using OnCpuRefreshCallback = base::Callback<void(double)>;
|
| using OnMemoryRefreshCallback = base::Callback<void(MemoryUsageStats)>;
|
| using OnIdleWakeupsCallback = base::Callback<void(int)>;
|
|
|