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

Unified Diff: blimp/engine/feature/geolocation/blimp_location_provider.h

Issue 2161223003: Adds GeolocationFeature for Blimp Geolocation project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@engine_feature_prep
Patch Set: More merging. 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: blimp/engine/feature/geolocation/blimp_location_provider.h
diff --git a/blimp/engine/feature/geolocation/blimp_location_provider.h b/blimp/engine/feature/geolocation/blimp_location_provider.h
index 3f23ce7d61859a02dbf8ed36fe7b0c16c267fb79..39372da41c5dda1edc1d186653844ac6a5bce41c 100644
--- a/blimp/engine/feature/geolocation/blimp_location_provider.h
+++ b/blimp/engine/feature/geolocation/blimp_location_provider.h
@@ -26,7 +26,7 @@ class BlimpLocationProvider : public device::LocationProvider {
virtual void RequestAccuracy(
GeolocationSetInterestLevelMessage::Level level) = 0;
- virtual void RequestRefresh() = 0;
+ virtual void OnPermissionGranted() = 0;
virtual void SetUpdateCallback(
const GeopositionReceivedCallback& callback) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698