diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-19 16:37:42 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-19 16:37:42 +0000 |
commit | 93526f9e113fc14ea30700b6e602afc42b23e67e (patch) | |
tree | 41b8a80648e08f5dbdb75dc3a796e176a325218a /chrome/browser/geolocation/location_provider.h | |
parent | 15d7fc61b4d08dcccd6f6fee7e1995eaf04243c5 (diff) | |
download | chromium_src-93526f9e113fc14ea30700b6e602afc42b23e67e.zip chromium_src-93526f9e113fc14ea30700b6e602afc42b23e67e.tar.gz chromium_src-93526f9e113fc14ea30700b6e602afc42b23e67e.tar.bz2 |
Fix threading problems in the access token store impl, and majorly simplify the API in process
BUG=http://code.google.com/p/chromium/issues/detail?id=36068
TEST=GeolocationAccessTokenStoreTest.SetAcrossInstances
Review URL: http://codereview.chromium.org/646044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation/location_provider.h')
-rw-r--r-- | chrome/browser/geolocation/location_provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/geolocation/location_provider.h b/chrome/browser/geolocation/location_provider.h index bacafc7..4d0c9b1 100644 --- a/chrome/browser/geolocation/location_provider.h +++ b/chrome/browser/geolocation/location_provider.h @@ -118,6 +118,7 @@ LocationProviderBase* NewNetworkLocationProvider( AccessTokenStore* access_token_store, URLRequestContextGetter* context, const GURL& url, + const string16& access_token, const string16& host_name); #endif // CHROME_BROWSER_GEOLOCATION_LOCATION_PROVIDER_H_ |