aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-services_device_geolocation_location__arbitrator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-services_device_geolocation_location__arbitrator.cc')
-rw-r--r--devel/electron12/files/patch-services_device_geolocation_location__arbitrator.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-services_device_geolocation_location__arbitrator.cc b/devel/electron12/files/patch-services_device_geolocation_location__arbitrator.cc
deleted file mode 100644
index f664229199de..000000000000
--- a/devel/electron12/files/patch-services_device_geolocation_location__arbitrator.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- services/device/geolocation/location_arbitrator.cc.orig 2021-01-07 00:36:39 UTC
-+++ services/device/geolocation/location_arbitrator.cc
-@@ -156,7 +156,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();