summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__browser__geolocation__location_provider.cc
blob: dedf899547757217be1987a2e12b7c77336d04bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/geolocation/location_provider.cc.orig	2012-07-18 10:01:25.000000000 +0300
+++ content/browser/geolocation/location_provider.cc	2012-07-25 21:04:42.000000000 +0300
@@ -56,7 +56,7 @@
   }
 }
 
-#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) && !defined OS_ANDROID
+#if !defined(OS_LINUX) && !defined(OS_MACOSX) && !defined(OS_WIN) && !defined(OS_ANDROID) && !defined(OS_FREEBSD)
 LocationProviderBase* NewSystemLocationProvider() {
   return NULL;
 }