Chromium Code Reviews| 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 45bdfdb88f861fc80a7e2a0f32d3f1ce7b02e401..e8b48f459588d6a42fb318b3fc35218e84c0491a 100644 |
| --- a/content/browser/geolocation/location_arbitrator_impl.cc |
| +++ b/content/browser/geolocation/location_arbitrator_impl.cc |
| @@ -197,4 +197,10 @@ bool GeolocationArbitratorImpl::HasPermissionBeenGranted() const { |
| return is_permission_granted_; |
| } |
| +#if defined(OS_WIN) |
| +LocationProvider* NewSystemLocationProvider() { |
| + return NULL; |
| +} |
| +#endif |
| + |
| } // namespace content |