| Index: device/geolocation/geolocation_service_impl.cc
|
| diff --git a/device/geolocation/geolocation_service_impl.cc b/device/geolocation/geolocation_service_impl.cc
|
| index 1df0c035fa1d5ac8a006a64414444fd6dfd38e50..ee9ae3a2f366a553eb84754d48e4e01e2da7d68c 100644
|
| --- a/device/geolocation/geolocation_service_impl.cc
|
| +++ b/device/geolocation/geolocation_service_impl.cc
|
| @@ -160,9 +160,6 @@ void GeolocationServiceImpl::OnLocationUpdate(const Geoposition& position) {
|
| RecordGeopositionErrorCode(position.error_code);
|
| DCHECK(context_);
|
|
|
| - if (context_->paused())
|
| - return;
|
| -
|
| update_callback_.Run();
|
|
|
| current_position_.valid = position.Validate();
|
|
|