aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-content_browser_child__process__launcher__helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-content_browser_child__process__launcher__helper.h')
-rw-r--r--www/iridium/files/patch-content_browser_child__process__launcher__helper.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-content_browser_child__process__launcher__helper.h b/www/iridium/files/patch-content_browser_child__process__launcher__helper.h
deleted file mode 100644
index bc16bb926b59..000000000000
--- a/www/iridium/files/patch-content_browser_child__process__launcher__helper.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- content/browser/child_process_launcher_helper.h.orig 2025-05-07 06:48:23 UTC
-+++ content/browser/child_process_launcher_helper.h
-@@ -308,7 +308,7 @@ class ChildProcessLauncherHelper
- std::optional<base::ProcessId> process_id_ = std::nullopt;
- #endif // BUILDFLAG(IS_CHROMEOS)
-
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- // The priority of the process. The state is stored to avoid changing the
- // setting repeatedly.
- std::optional<base::Process::Priority> priority_;