1 --- src/3rdparty/chromium/content/app/content_main.cc.orig	2025-08-15 18:30:00 UTC
2 +++ src/3rdparty/chromium/content/app/content_main.cc
3 @@ -228,7 +228,7 @@ NO_STACK_PROTECTOR int RunContentProcess(
4  #endif
5      logging::RegisterAbslAbortHook();
6 
7 -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
8 +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
9      // The various desktop environments set this environment variable that
10      // allows the dbus client library to connect directly to the bus. When this
11      // variable is not set (test environments like xvfb-run), the dbus client
12 @@ -314,7 +314,7 @@ NO_STACK_PROTECTOR int RunContentProcess(
13      command_line->AppendSwitch(switches::kUseMobileUserAgent);
14  #endif
15 
16 -#if (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) && !defined(COMPONENT_BUILD)
17 +#if (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) && !defined(COMPONENT_BUILD) && defined(notyet)
18      base::subtle::EnableFDOwnershipEnforcement(true);
19  #endif
20 
21