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

Unified Diff: device/geolocation/location_provider_base.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: Merge branch 'master' into lai 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
« no previous file with comments | « device/geolocation/location_provider_android.cc ('k') | device/geolocation/location_provider_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/location_provider_base.h
diff --git a/device/geolocation/location_provider_base.h b/device/geolocation/location_provider_base.h
index dc67a1045880d5c239c3ae9e8cc9f4567c4b6476..fc3e9aa8255c0df507c0d5dbce3bf51254639a2e 100644
--- a/device/geolocation/location_provider_base.h
+++ b/device/geolocation/location_provider_base.h
@@ -23,7 +23,6 @@ class DEVICE_GEOLOCATION_EXPORT LocationProviderBase
// Overridden from LocationProvider:
void SetUpdateCallback(
const LocationProviderUpdateCallback& callback) override;
- void RequestRefresh() override;
private:
LocationProviderUpdateCallback callback_;
« no previous file with comments | « device/geolocation/location_provider_android.cc ('k') | device/geolocation/location_provider_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698