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

Unified Diff: device/geolocation/location_arbitrator_impl.h

Issue 2249283003: Hooks together Geolocation Feature in the Client and Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lai
Patch Set: Addresses nyquist's #9 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: device/geolocation/location_arbitrator_impl.h
diff --git a/device/geolocation/location_arbitrator_impl.h b/device/geolocation/location_arbitrator_impl.h
index 9bd5b62e3c98ae99dc28257141386c07e35dc5ca..3ee501409ddf33e22062f0b092952bae0d18661e 100644
--- a/device/geolocation/location_arbitrator_impl.h
+++ b/device/geolocation/location_arbitrator_impl.h
@@ -52,6 +52,8 @@ class DEVICE_GEOLOCATION_EXPORT LocationArbitratorImpl
bool HasPermissionBeenGrantedForTest() const;
// LocationProvider implementation.
+ // SetUpdateCallback in this case will indicate what callback to pass to each
Kevin M 2016/08/19 17:51:37 I don't think this is the case? Shouldn't the arbi
CJ 2016/08/19 20:44:01 It is doing that. However, by making LocationArbit
+ // LocationProvider contained in |providers_|.
Wez 2016/08/19 23:12:10 I'm not sure what this comment means - are you say
CJ 2016/08/22 20:28:08 The comment on this function no longer applies wit
void SetUpdateCallback(
const LocationProviderUpdateCallback& callback) override;
bool StartProvider(bool enable_high_accuracy) override;

Powered by Google App Engine
This is Rietveld 408576698