aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_performance__monitor_process__monitor.h
blob: 7e90761af23842d004bf5589f366728c3676d185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/performance_monitor/process_monitor.h.orig	2022-05-19 14:06:27 UTC
+++ chrome/browser/performance_monitor/process_monitor.h
@@ -78,7 +78,7 @@ class ProcessMonitor : public content::BrowserChildPro
 #endif
 
 #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
-    BUILDFLAG(IS_AIX)
+    BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD)
     // Returns the number of average idle cpu wakeups per second since the last
     // time the metric was sampled.
     int idle_wakeups = 0;