aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_common_mojo__core__library__support.cc
blob: d0088f91541d76647bf0e28c53ed71d28411a9e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/common/mojo_core_library_support.cc.orig	2021-04-14 18:41:03 UTC
+++ content/common/mojo_core_library_support.cc
@@ -15,7 +15,7 @@ bool IsMojoCoreSharedLibraryEnabled() {
 }
 
 base::Optional<base::FilePath> GetMojoCoreSharedLibraryPath() {
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   const base::CommandLine& command_line =
       *base::CommandLine::ForCurrentProcess();
   if (!command_line.HasSwitch(switches::kMojoCoreLibraryPath))