blob: 35e97f17355f94321a901a1225a257a25d15bfa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/app/content_main.cc.orig 2024-05-21 18:07:39 UTC
+++ content/app/content_main.cc
@@ -206,7 +206,7 @@ RunContentProcess(ContentMainParams params,
#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
|