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

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

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: In response to Wez's #73-75 comments. 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 5e8e9e804dba5ce9ea51916455acc0928bd6ff01..f792b5fbcf1c409a11299536e89883ce080308ba 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