| Index: blimp/engine/feature/geolocation/blimp_location_provider.cc
|
| diff --git a/blimp/engine/feature/geolocation/blimp_location_provider.cc b/blimp/engine/feature/geolocation/blimp_location_provider.cc
|
| index 2809cefdc54dbad5d769df647acfbd54c98bd8c6..9fd039774ab36b89f777a437f3f36fdd673ecb34 100644
|
| --- a/blimp/engine/feature/geolocation/blimp_location_provider.cc
|
| +++ b/blimp/engine/feature/geolocation/blimp_location_provider.cc
|
| @@ -51,7 +51,7 @@ const device::Geoposition& BlimpLocationProvider::GetPosition() {
|
| void BlimpLocationProvider::OnPermissionGranted() {
|
| DCHECK(is_started_);
|
| if (delegate_) {
|
| - delegate_->RequestRefresh();
|
| + delegate_->OnPermissionGranted();
|
| }
|
| }
|
|
|
|
|