summaryrefslogtreecommitdiffstats
path: root/content/browser/geolocation
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 23:47:49 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-30 23:47:49 +0000
commitf3112a530100f9361f98c81aea8d9483a133a980 (patch)
treea6766b321c65636cfe96621ff54163e6fc1199f0 /content/browser/geolocation
parent08202909defd4f7890548dc73f1ec4e58fd0aec7 (diff)
downloadchromium_src-f3112a530100f9361f98c81aea8d9483a133a980.zip
chromium_src-f3112a530100f9361f98c81aea8d9483a133a980.tar.gz
chromium_src-f3112a530100f9361f98c81aea8d9483a133a980.tar.bz2
more content exports needed for unit_tests and browser_tests.
R=jam@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/8082019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/geolocation')
-rw-r--r--content/browser/geolocation/access_token_store.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/geolocation/access_token_store.h b/content/browser/geolocation/access_token_store.h
index e40bb92..804f22b 100644
--- a/content/browser/geolocation/access_token_store.h
+++ b/content/browser/geolocation/access_token_store.h
@@ -45,8 +45,9 @@ class AccessTokenStore : public base::RefCountedThreadSafe<AccessTokenStore>,
// so it is efficient to piggyback it onto this request.
// Takes ownership of |callback|.
// Returns a handle which can subsequently be used with CancelRequest().
- Handle LoadAccessTokens(CancelableRequestConsumerBase* consumer,
- LoadAccessTokensCallbackType* callback);
+ CONTENT_EXPORT Handle LoadAccessTokens(
+ CancelableRequestConsumerBase* consumer,
+ LoadAccessTokensCallbackType* callback);
virtual void SaveAccessToken(
const GURL& server_url, const string16& access_token) = 0;