diff options
Diffstat (limited to 'devel/electron38/files/patch-chrome_browser_memory__details.cc')
-rw-r--r-- | devel/electron38/files/patch-chrome_browser_memory__details.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-chrome_browser_memory__details.cc b/devel/electron38/files/patch-chrome_browser_memory__details.cc new file mode 100644 index 000000000000..a0407f103e11 --- /dev/null +++ b/devel/electron38/files/patch-chrome_browser_memory__details.cc @@ -0,0 +1,11 @@ +--- chrome/browser/memory_details.cc.orig 2025-08-26 20:49:50 UTC ++++ chrome/browser/memory_details.cc +@@ -334,7 +334,7 @@ void MemoryDetails::CollectChildInfoOnUIThread() { + }); + } + +-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_ANDROID) ++#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_BSD) + if (content::ZygoteHost::GetInstance()->IsZygotePid(process.pid)) { + process.process_type = content::PROCESS_TYPE_ZYGOTE; + } |