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

Unified Diff: device/geolocation/network_location_provider.h

Issue 2249283003: Hooks together Geolocation Feature in the Client and Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lai
Patch Set: Merge with master. 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 28bc21c5779e3549630b8bc1aa402424dbb707c1..7d6b1481c156b6991264be24fd83ea98711e2ecf 100644
--- a/device/geolocation/network_location_provider.h
+++ b/device/geolocation/network_location_provider.h
@@ -77,6 +77,9 @@ class NetworkLocationProvider : public base::NonThreadSafe,
void OnPermissionGranted() override;
private:
+ // Ensures that fresh location data is gathered.
+ void RequestRefresh();
Wez 2016/08/30 00:03:58 We are we adding this to the header but not to the
CJ 2016/08/31 23:22:57 Mistake. Gone.
+
// Satisfies a position request from cache or network.
void RequestPosition();

Powered by Google App Engine
This is Rietveld 408576698