blob: 9e63e5f4844b1d1093edb8599d285cd30ea67d37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/app/content_main.cc.orig 2022-02-07 13:39:41 UTC
+++ content/app/content_main.cc
@@ -251,7 +251,7 @@ RunContentProcess(ContentMainParams params,
#endif
base::EnableTerminationOnOutOfMemory();
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_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
|