blob: f38653e18902aab3ab1ca26faac2fd1b6787abd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- device/geolocation/location_arbitrator.cc.orig 2016-12-12 22:00:04 UTC
+++ device/geolocation/location_arbitrator.cc
@@ -182,7 +182,7 @@ LocationArbitrator::NewNetworkLocationPr
std::unique_ptr<LocationProvider>
LocationArbitrator::NewSystemLocationProvider() {
-#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD)
return nullptr;
#else
return device::NewSystemLocationProvider();
|