1 --- chrome/browser/metrics/power/process_monitor.h.orig 2022-07-22 17:30:31 UTC 2 +++ chrome/browser/metrics/power/process_monitor.h 3 @@ -70,7 +70,7 @@ class ProcessMonitor : public content::BrowserChildPro 4 double cpu_usage = 0.0; 5 6 #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ 7 - BUILDFLAG(IS_AIX) 8 + BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD) 9 // Returns the number of average idle cpu wakeups per second since the last 10 // time the metric was sampled. 11 int idle_wakeups = 0; 12