Index: device/geolocation/geolocation_provider.h |
diff --git a/device/geolocation/geolocation_provider.h b/device/geolocation/geolocation_provider.h |
index 272b6fb2b9b0078fec8b835051d370c7c6bee87a..07f58fe4d912ce57cb9e35aadaef49d78563e845 100644 |
--- a/device/geolocation/geolocation_provider.h |
+++ b/device/geolocation/geolocation_provider.h |
@@ -50,6 +50,8 @@ class GeolocationProvider { |
// go/chrome-privacy-doc. |
virtual void UserDidOptIntoLocationServices() = 0; |
+ virtual bool HighAccuracyLocationInUse() = 0; |
+ |
// Overrides the current location for testing. |
// |
// Overrides the location for automation/testing. Suppresses any further |