2023-08-16 22:26:55 +00:00
|
|
|
Index: content/app/content_main.cc
|
|
|
|
--- content/app/content_main.cc.orig
|
|
|
|
+++ content/app/content_main.cc
|
2024-05-20 13:42:05 +00:00
|
|
|
@@ -207,7 +207,7 @@ RunContentProcess(ContentMainParams params,
|
2023-08-16 22:26:55 +00:00
|
|
|
#endif
|
|
|
|
base::EnableTerminationOnOutOfMemory();
|
|
|
|
|
|
|
|
-#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
|