Index: content/browser/geolocation/location_arbitrator_impl.cc |
diff --git a/content/browser/geolocation/location_arbitrator_impl.cc b/content/browser/geolocation/location_arbitrator_impl.cc |
index 149eb133b8e72a1c0e9f5ef5b325b1ada9edc04e..37c34ee73024652228bb4715ae2210bc3cc43436 100644 |
--- a/content/browser/geolocation/location_arbitrator_impl.cc |
+++ b/content/browser/geolocation/location_arbitrator_impl.cc |
@@ -160,7 +160,7 @@ LocationProvider* LocationArbitratorImpl::NewNetworkLocationProvider( |
} |
LocationProvider* LocationArbitratorImpl::NewSystemLocationProvider() { |
-#if defined(OS_WIN) || defined(OS_MACOSX) |
+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) |
return NULL; |
#else |
return content::NewSystemLocationProvider(); |