| Index: blimp/engine/feature/geolocation/engine_geolocation_feature.cc
|
| diff --git a/blimp/engine/feature/geolocation/engine_geolocation_feature.cc b/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
|
| index 5e8e9e804dba5ce9ea51916455acc0928bd6ff01..f792b5fbcf1c409a11299536e89883ce080308ba 100644
|
| --- a/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
|
| +++ b/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
|
| @@ -137,7 +137,7 @@ void EngineGeolocationFeature::RequestAccuracy(
|
| net::CompletionCallback());
|
| }
|
|
|
| -void EngineGeolocationFeature::RequestRefresh() {
|
| +void EngineGeolocationFeature::OnPermissionGranted() {
|
| GeolocationMessage* geolocation_message = nullptr;
|
| std::unique_ptr<BlimpMessage> blimp_message =
|
| CreateBlimpMessage(&geolocation_message);
|
|
|