diff options
Diffstat (limited to 'chrome/browser/geolocation/location_provider.cc')
-rw-r--r-- | chrome/browser/geolocation/location_provider.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/geolocation/location_provider.cc b/chrome/browser/geolocation/location_provider.cc index cdfd797..ecd066e 100644 --- a/chrome/browser/geolocation/location_provider.cc +++ b/chrome/browser/geolocation/location_provider.cc @@ -56,9 +56,8 @@ void LocationProviderBase::UpdateListeners() { } } -// Currently only Linux has a GPS provider. -#if !defined(OS_LINUX) -LocationProviderBase* NewGpsLocationProvider() { +#if !defined(OS_LINUX) && !defined(OS_WIN) +LocationProviderBase* NewSystemLocationProvider() { return NULL; } #endif |