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

Unified Diff: device/geolocation/location_provider.h

Issue 2226143002: Gets rid of the LocationArbitrator interface, in preference for LocationProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated location_provider_android.h Created 4 years, 4 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
Index: device/geolocation/location_provider.h
diff --git a/device/geolocation/location_provider.h b/device/geolocation/location_provider.h
index 475dbee52083f42a41c18dc9672fa40c3f05b0dd..2b26d709d5ad5dd8df501de33df5f8bf80c7d5b8 100644
--- a/device/geolocation/location_provider.h
+++ b/device/geolocation/location_provider.h
@@ -42,10 +42,6 @@ class LocationProvider {
// Gets the current best position estimate.
virtual void GetPosition(Geoposition* position) = 0;
- // Provides a hint to the provider that new location data is needed as soon
- // as possible.
- virtual void RequestRefresh() = 0;
-
// Called everytime permission is granted to a page for using geolocation.
// This may either be through explicit user action (e.g. responding to the
// infobar prompt) or inferred from a persisted site permission.

Powered by Google App Engine
This is Rietveld 408576698