diff options
Diffstat (limited to 'devel/electron37/files/patch-services_device_geolocation_location__provider__manager.cc')
-rw-r--r-- | devel/electron37/files/patch-services_device_geolocation_location__provider__manager.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-services_device_geolocation_location__provider__manager.cc b/devel/electron37/files/patch-services_device_geolocation_location__provider__manager.cc new file mode 100644 index 000000000000..af69ecf9a26f --- /dev/null +++ b/devel/electron37/files/patch-services_device_geolocation_location__provider__manager.cc @@ -0,0 +1,11 @@ +--- services/device/geolocation/location_provider_manager.cc.orig 2025-04-22 20:15:27 UTC ++++ services/device/geolocation/location_provider_manager.cc +@@ -91,7 +91,7 @@ LocationProviderManager::LocationProviderManager( + #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) + // On Android and iOS, default to using the platform location provider. + provider_manager_mode_ = kPlatformOnly; +-#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // On Ash / Lacros / Linux, default to using the network location provider. + provider_manager_mode_ = kNetworkOnly; + #else |