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

Unified Diff: blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.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
« no previous file with comments | « blimp/engine/feature/geolocation/engine_geolocation_feature.cc ('k') | device/geolocation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h
diff --git a/blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h b/blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h
index d918101501e36bf41c210163b2a931d7535c3841..6b5762de1ebe56c1d8f65093171f80a82e0344ae 100644
--- a/blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h
+++ b/blimp/engine/feature/geolocation/mock_blimp_location_provider_delegate.h
@@ -23,7 +23,7 @@ class MockBlimpLocationProviderDelegate
MOCK_METHOD1(RequestAccuracy,
void(GeolocationSetInterestLevelMessage::Level level));
- MOCK_METHOD0(RequestRefresh, void());
+ MOCK_METHOD0(OnPermissionGranted, void());
MOCK_METHOD1(
SetUpdateCallback,
void(const base::Callback<void(const device::Geoposition&)>& callback));
« no previous file with comments | « blimp/engine/feature/geolocation/engine_geolocation_feature.cc ('k') | device/geolocation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698