Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: content/browser/geolocation/access_token_store.h

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/geolocation/access_token_store.h
diff --git a/content/browser/geolocation/access_token_store.h b/content/browser/geolocation/access_token_store.h
index e40bb92365fe024dfcaafc258511d175f7aa14f2..804f22bb0a34d06b554cfeaa2cf6e6baf8c37a49 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;

Powered by Google App Engine
This is Rietveld 408576698