| Index: chrome/browser/task_manager/sampling/shared_sampler_posix.cc
|
| diff --git a/chrome/browser/task_manager/sampling/shared_sampler_posix.cc b/chrome/browser/task_manager/sampling/shared_sampler_posix.cc
|
| index 57d89884d7610abdaaff3bbc59e2bc9a4be40842..722bf96a9156b1a370638256f53d178dbc519843 100644
|
| --- a/chrome/browser/task_manager/sampling/shared_sampler_posix.cc
|
| +++ b/chrome/browser/task_manager/sampling/shared_sampler_posix.cc
|
| @@ -17,7 +17,8 @@ int64_t SharedSampler::GetSupportedFlags() const { return 0; }
|
|
|
| void SharedSampler::RegisterCallbacks(
|
| base::ProcessId process_id,
|
| - const OnIdleWakeupsCallback& on_idle_wakeups) {}
|
| + const OnIdleWakeupsCallback& on_idle_wakeups,
|
| + const OnPhysicalMemoryCallback& on_physical_memory) {}
|
|
|
| void SharedSampler::UnregisterCallbacks(base::ProcessId process_id) {}
|
|
|
|
|