diff options
Diffstat (limited to 'devel/electron37/files/patch-chrome_browser_memory__details.cc')
-rw-r--r-- | devel/electron37/files/patch-chrome_browser_memory__details.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-chrome_browser_memory__details.cc b/devel/electron37/files/patch-chrome_browser_memory__details.cc new file mode 100644 index 000000000000..f9498aff072a --- /dev/null +++ b/devel/electron37/files/patch-chrome_browser_memory__details.cc @@ -0,0 +1,11 @@ +--- chrome/browser/memory_details.cc.orig 2025-01-27 17:37:37 UTC ++++ chrome/browser/memory_details.cc +@@ -335,7 +335,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; + } |