aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-content_public_browser_zygote__host_zygote__host__linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-content_public_browser_zygote__host_zygote__host__linux.h')
-rw-r--r--devel/electron23/files/patch-content_public_browser_zygote__host_zygote__host__linux.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/electron23/files/patch-content_public_browser_zygote__host_zygote__host__linux.h b/devel/electron23/files/patch-content_public_browser_zygote__host_zygote__host__linux.h
new file mode 100644
index 000000000000..d5adcef76c4f
--- /dev/null
+++ b/devel/electron23/files/patch-content_public_browser_zygote__host_zygote__host__linux.h
@@ -0,0 +1,16 @@
+--- content/public/browser/zygote_host/zygote_host_linux.h.orig 2023-02-01 18:43:19 UTC
++++ content/public/browser/zygote_host/zygote_host_linux.h
+@@ -35,11 +35,13 @@ class ZygoteHost {
+ // after the first render has been forked.
+ virtual int GetRendererSandboxStatus() = 0;
+
++#if !BUILDFLAG(IS_BSD)
+ // Adjust the OOM score of the given renderer's PID. The allowed
+ // range for the score is [0, 1000], where higher values are more
+ // likely to be killed by the OOM killer.
+ virtual void AdjustRendererOOMScore(base::ProcessHandle process_handle,
+ int score) = 0;
++#endif
+
+ #if BUILDFLAG(IS_CHROMEOS)
+ // Reinitialize logging for the Zygote processes. Needed on ChromeOS, which