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

Unified Diff: device/geolocation/network_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: Updates LocationProviderBase derived classes. 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/network_location_provider.h
diff --git a/device/geolocation/network_location_provider.h b/device/geolocation/network_location_provider.h
index f47310425789ad83277d07f3a746df95302cbd51..3c0c67d403cb17376ca4f728c678106e2f004473 100644
--- a/device/geolocation/network_location_provider.h
+++ b/device/geolocation/network_location_provider.h
@@ -70,11 +70,13 @@ class NetworkLocationProvider : public base::NonThreadSafe,
const base::string16& access_token);
~NetworkLocationProvider() override;
+ // LocationProviderBase implemenation.
+ void RequestRefresh() override;
Wez 2016/08/12 00:33:44 There doesn't seem to be any need for this to be p
CJ 2016/08/12 20:22:46 Done.
+
// LocationProvider implementation
bool StartProvider(bool high_accuracy) override;
void StopProvider() override;
void GetPosition(Geoposition* position) override;
- void RequestRefresh() override;
void OnPermissionGranted() override;
private:
« device/geolocation/location_provider_base.h ('K') | « device/geolocation/mock_location_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698