diff options
Diffstat (limited to 'www/iridium/files/patch-components_system__cpu_cpu__probe.cc')
-rw-r--r-- | www/iridium/files/patch-components_system__cpu_cpu__probe.cc | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/www/iridium/files/patch-components_system__cpu_cpu__probe.cc b/www/iridium/files/patch-components_system__cpu_cpu__probe.cc index e25c08cd317d..7ef01fa814f8 100644 --- a/www/iridium/files/patch-components_system__cpu_cpu__probe.cc +++ b/www/iridium/files/patch-components_system__cpu_cpu__probe.cc @@ -1,6 +1,17 @@ ---- components/system_cpu/cpu_probe.cc.orig 2025-05-07 06:48:23 UTC +--- components/system_cpu/cpu_probe.cc.orig 2025-09-11 13:19:19 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(); |