Index: device/geolocation/geolocation_provider_impl.h |
diff --git a/device/geolocation/geolocation_provider_impl.h b/device/geolocation/geolocation_provider_impl.h |
index b08f3af5e59290d91eab8a565fa2d9f48e362d89..4f9c4da327cbaccbe8b3a3075ef664b155e32545 100644 |
--- a/device/geolocation/geolocation_provider_impl.h |
+++ b/device/geolocation/geolocation_provider_impl.h |
@@ -35,6 +35,7 @@ class DEVICE_GEOLOCATION_EXPORT GeolocationProviderImpl |
const LocationUpdateCallback& callback, |
bool enable_high_accuracy) override; |
void UserDidOptIntoLocationServices() override; |
+ bool HighAccuracyLocationInUse() override; |
void OverrideLocationForTesting(const Geoposition& position) override; |
// Callback from the LocationArbitrator. Public for testing. |