summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__browser__geolocation__location_provider.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-08-23 23:10:05 +0000
committerRene Ladan <rene@FreeBSD.org>2013-08-23 23:10:05 +0000
commit2cc0ed2a3dd6a1b563e455e71765638ec9b1f8e9 (patch)
treedf6304d0969fdd858c4abb5f3fd4676e3b7a5c8a /www/chromium/files/patch-content__browser__geolocation__location_provider.cc
parent- Update to 3.1.3 (diff)
Update to 29.0.1547.57
Use devel/ninja instead of gmake as a build tool. Submitted by: George Liaskos Security: http://vuxml.org/freebsd/ae651a4b-0a42-11e3-ba52-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-content__browser__geolocation__location_provider.cc')
-rw-r--r--www/chromium/files/patch-content__browser__geolocation__location_provider.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-content__browser__geolocation__location_provider.cc b/www/chromium/files/patch-content__browser__geolocation__location_provider.cc
deleted file mode 100644
index dedf89954775..000000000000
--- a/www/chromium/files/patch-content__browser__geolocation__location_provider.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
- }