aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_system__cpu_cpu__probe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_system__cpu_cpu__probe.cc')
-rw-r--r--www/chromium/files/patch-components_system__cpu_cpu__probe.cc15
1 files changed, 13 insertions, 2 deletions
diff --git a/www/chromium/files/patch-components_system__cpu_cpu__probe.cc b/www/chromium/files/patch-components_system__cpu_cpu__probe.cc
index bbd2188c9fed..ef1ad4ae31cd 100644
--- a/www/chromium/files/patch-components_system__cpu_cpu__probe.cc
+++ b/www/chromium/files/patch-components_system__cpu_cpu__probe.cc
@@ -1,6 +1,17 @@
---- components/system_cpu/cpu_probe.cc.orig 2024-02-23 21:04:38 UTC
+--- components/system_cpu/cpu_probe.cc.orig 2025-08-07 06:57:29 UTC
+++ components/system_cpu/cpu_probe.cc
-@@ -30,6 +30,9 @@ std::unique_ptr<CpuProbe> CpuProbe::Create() {
+@@ -20,6 +20,10 @@
+ #include "components/system_cpu/cpu_probe_mac.h"
+ #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+
++#if BUILDFLAG(IS_BSD)
++#include "base/notimplemented.h"
++#endif
++
+ namespace system_cpu {
+
+ // static
+@@ -30,6 +34,9 @@ std::unique_ptr<CpuProbe> CpuProbe::Create() {
return CpuProbeWin::Create();
#elif BUILDFLAG(IS_MAC)
return CpuProbeMac::Create();