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

Unified Diff: blimp/engine/feature/geolocation/blimp_location_provider.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/blimp_location_provider.cc
diff --git a/blimp/engine/feature/geolocation/blimp_location_provider.cc b/blimp/engine/feature/geolocation/blimp_location_provider.cc
index 2809cefdc54dbad5d769df647acfbd54c98bd8c6..9fd039774ab36b89f777a437f3f36fdd673ecb34 100644
--- a/blimp/engine/feature/geolocation/blimp_location_provider.cc
+++ b/blimp/engine/feature/geolocation/blimp_location_provider.cc
@@ -51,7 +51,7 @@ const device::Geoposition& BlimpLocationProvider::GetPosition() {
void BlimpLocationProvider::OnPermissionGranted() {
DCHECK(is_started_);
if (delegate_) {
- delegate_->RequestRefresh();
+ delegate_->OnPermissionGranted();
}
}

Powered by Google App Engine
This is Rietveld 408576698