$OpenBSD: patch-services_device_geolocation_location_arbitrator_cc,v 1.8 2021/10/29 14:49:41 robert Exp $

Index: services/device/geolocation/location_arbitrator.cc
--- services/device/geolocation/location_arbitrator.cc.orig
+++ services/device/geolocation/location_arbitrator.cc
@@ -161,7 +161,7 @@ LocationArbitrator::NewNetworkLocationProvider(
 
 std::unique_ptr<LocationProvider>
 LocationArbitrator::NewSystemLocationProvider() {
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_FUCHSIA)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_FUCHSIA) || defined(OS_BSD)
   return nullptr;
 #else
   return device::NewSystemLocationProvider(main_task_runner_,
