| Index: blimp/engine/feature/geolocation/engine_geolocation_feature.h
|
| diff --git a/blimp/engine/feature/geolocation/engine_geolocation_feature.h b/blimp/engine/feature/geolocation/engine_geolocation_feature.h
|
| index 416041bb58cf573f1173a3df2074e446f6eb43f3..4219db03ebd54581a03516b8a9dca50b4ac97bec 100644
|
| --- a/blimp/engine/feature/geolocation/engine_geolocation_feature.h
|
| +++ b/blimp/engine/feature/geolocation/engine_geolocation_feature.h
|
| @@ -42,7 +42,7 @@ class EngineGeolocationFeature : public BlimpMessageProcessor,
|
| // BlimpLocationProvider::Delegate implementation.
|
| void RequestAccuracy(
|
| GeolocationSetInterestLevelMessage::Level level) override;
|
| - void RequestRefresh() override;
|
| + void OnPermissionGranted() override;
|
| void SetUpdateCallback(const GeopositionReceivedCallback& callback) override;
|
|
|
| std::unique_ptr<BlimpMessageProcessor> outgoing_message_processor_;
|
|
|