diff options
Diffstat (limited to 'content/browser/geolocation/location_arbitrator.cc')
-rw-r--r-- | content/browser/geolocation/location_arbitrator.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/geolocation/location_arbitrator.cc b/content/browser/geolocation/location_arbitrator.cc index 1c06244..2765cdc 100644 --- a/content/browser/geolocation/location_arbitrator.cc +++ b/content/browser/geolocation/location_arbitrator.cc @@ -64,6 +64,7 @@ void GeolocationArbitrator::StartProviders( if (providers_.empty()) { DCHECK(GURL(kDefaultNetworkProviderUrl).is_valid()); access_token_store_->LoadAccessTokens( + &request_consumer_, base::Bind(&GeolocationArbitrator::OnAccessTokenStoresLoaded, base::Unretained(this))); } else { |