summaryrefslogtreecommitdiff
path: root/chromium/device/geolocation/network_location_request.h
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-05-13 16:25:46 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-22 15:17:10 +0000
commit966cecdda579ccb32ad28c135e0157e627bd5aa8 (patch)
tree1ebf917b7d8d86c832795dd9ceb79103e2bfe09d /chromium/device/geolocation/network_location_request.h
parent12bbceb234bd2e8a559ad968a5c43b82145d7710 (diff)
downloadqtwebengine-chromium-966cecdda579ccb32ad28c135e0157e627bd5aa8.tar.gz
Disable location requests to the geolocation google API
If we don't have a valid token, it will fail anyway. And for now we don't provide a way to use an existing API token. Change-Id: I7208d5ebc9ba7350622686e208761950f26bdc63 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/device/geolocation/network_location_request.h')
-rw-r--r--chromium/device/geolocation/network_location_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/device/geolocation/network_location_request.h b/chromium/device/geolocation/network_location_request.h
index be16c77dc4e..b142c9be34f 100644
--- a/chromium/device/geolocation/network_location_request.h
+++ b/chromium/device/geolocation/network_location_request.h
@@ -49,6 +49,7 @@ class NetworkLocationRequest : private net::URLFetcherDelegate {
bool MakeRequest(const WifiData& wifi_data, const base::Time& wifi_timestamp);
bool is_request_pending() const { return url_fetcher_ != NULL; }
+ const std::string api_key() const { return api_key_; }
private:
// net::URLFetcherDelegate