Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2620)

Unified Diff: device/geolocation/geolocation_provider.h

Issue 2975683002: Add GeolocationManager service (Closed)
Patch Set: typo Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/geolocation/geolocation_config.cc ('k') | device/geolocation/geolocation_provider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « device/geolocation/geolocation_config.cc ('k') | device/geolocation/geolocation_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698