diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-19 16:09:43 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-19 16:09:43 +0000 |
commit | cdd47ee7d8b8d2ef57b36cd6e50215320cef7963 (patch) | |
tree | b1d43b1297ae35888becb5e5a1f93310193f149b /content/browser/geolocation/location_arbitrator.h | |
parent | 3893e1b25a776fea193a0606a224232d05cdc1d7 (diff) | |
download | chromium_src-cdd47ee7d8b8d2ef57b36cd6e50215320cef7963.zip chromium_src-cdd47ee7d8b8d2ef57b36cd6e50215320cef7963.tar.gz chromium_src-cdd47ee7d8b8d2ef57b36cd6e50215320cef7963.tar.bz2 |
Switch to PostTaskAndReply for AccessTokenStore.
This removes the only usage of the CancelableRequest class in
content/, and is in preparation for moving the class back to
chrome/browser.
The ability to cancel requests to the AccessTokenStore was never used in production, so the interface now changes to a simpler non-cancelable one, and the browsertest GeolocationAccessTokenStoreTest.CancelRequest which tested the functionality is removed.
BUG=98716
Review URL: http://codereview.chromium.org/8996006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/geolocation/location_arbitrator.h')
-rw-r--r-- | content/browser/geolocation/location_arbitrator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/geolocation/location_arbitrator.h b/content/browser/geolocation/location_arbitrator.h index b020191..68d6e11 100644 --- a/content/browser/geolocation/location_arbitrator.h +++ b/content/browser/geolocation/location_arbitrator.h @@ -96,7 +96,6 @@ class CONTENT_EXPORT GeolocationArbitrator // The provider which supplied the current |position_| const LocationProviderBase* position_provider_; GURL most_recent_authorized_frame_; - CancelableRequestConsumer request_consumer_; // The current best estimate of our position. Geoposition position_; |