diff options
Diffstat (limited to 'content/browser/geolocation/access_token_store.h')
-rw-r--r-- | content/browser/geolocation/access_token_store.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/content/browser/geolocation/access_token_store.h b/content/browser/geolocation/access_token_store.h index ce42801..87ad577 100644 --- a/content/browser/geolocation/access_token_store.h +++ b/content/browser/geolocation/access_token_store.h @@ -23,13 +23,11 @@ #include "googleurl/src/gurl.h" class GURL; -class PrefService; // Provides storage for the access token used in the network request. class AccessTokenStore : public base::RefCountedThreadSafe<AccessTokenStore>, public CancelableRequestProvider { public: - static void RegisterPrefs(PrefService* prefs); // Map of server URLs to associated access token. typedef std::map<GURL, string16> AccessTokenSet; @@ -55,7 +53,4 @@ class AccessTokenStore : public base::RefCountedThreadSafe<AccessTokenStore>, DISALLOW_COPY_AND_ASSIGN(AccessTokenStore); }; -// Creates a new access token store backed by the global chome prefs. -AccessTokenStore* NewChromePrefsAccessTokenStore(); - #endif // CONTENT_BROWSER_GEOLOCATION_ACCESS_TOKEN_STORE_H_ |