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

Unified Diff: blimp/engine/feature/geolocation/engine_geolocation_feature.cc

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/engine_geolocation_feature.cc
diff --git a/blimp/engine/feature/geolocation/engine_geolocation_feature.cc b/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
index 923fcf40c9fe22c3dafba0a6042c18796c700fbc..4cce48905ee5dd38c999ad81fc49f970beb7e981 100644
--- a/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
+++ b/blimp/engine/feature/geolocation/engine_geolocation_feature.cc
@@ -137,7 +137,7 @@ void EngineGeolocationFeature::RequestAccuracy(
net::CompletionCallback());
}
-void EngineGeolocationFeature::RequestRefresh() {
+void EngineGeolocationFeature::OnPermissionGranted() {
GeolocationMessage* geolocation_message = nullptr;
std::unique_ptr<BlimpMessage> blimp_message =
CreateBlimpMessage(&geolocation_message);

Powered by Google App Engine
This is Rietveld 408576698