aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-chrome_browser_metrics_perf_cpu__identity.cc
blob: e71b314843c756dd3bea4ae3b529f6871cbe68f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/metrics/perf/cpu_identity.cc.orig	2025-04-22 20:15:27 UTC
+++ chrome/browser/metrics/perf/cpu_identity.cc
@@ -146,7 +146,7 @@ CPUIdentity GetCPUIdentity() {
   result.release =
 #if BUILDFLAG(IS_CHROMEOS)
       base::SysInfo::KernelVersion();
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
       base::SysInfo::OperatingSystemVersion();
 #else
 #error "Unsupported configuration"