aboutsummaryrefslogtreecommitdiff
path: root/devel/electron32/files/patch-content_app_content__main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron32/files/patch-content_app_content__main.cc')
-rw-r--r--devel/electron32/files/patch-content_app_content__main.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron32/files/patch-content_app_content__main.cc b/devel/electron32/files/patch-content_app_content__main.cc
deleted file mode 100644
index 0d955a99266d..000000000000
--- a/devel/electron32/files/patch-content_app_content__main.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- content/app/content_main.cc.orig 2024-08-30 11:29:37 UTC
-+++ content/app/content_main.cc
-@@ -207,7 +207,7 @@ RunContentProcess(ContentMainParams params,
- base::EnableTerminationOnOutOfMemory();
- logging::RegisterAbslAbortHook();
-
--#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
- // The various desktop environments set this environment variable that
- // allows the dbus client library to connect directly to the bus. When this
- // variable is not set (test environments like xvfb-run), the dbus client
-@@ -293,7 +293,7 @@ RunContentProcess(ContentMainParams params,
- command_line->AppendSwitch(switches::kUseMobileUserAgent);
- #endif
-
--#if (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) && !defined(COMPONENT_BUILD)
-+#if (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) && !defined(COMPONENT_BUILD) && defined(notyet)
- base::subtle::EnableFDOwnershipEnforcement(true);
- #endif
-