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

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

Issue 7734005: Get rid of the link time dependency between content and chrome through the geolocation code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « content/browser/content_browser_client.h ('k') | content/browser/geolocation/access_token_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/access_token_store.h
===================================================================
--- content/browser/geolocation/access_token_store.h (revision 98089)
+++ content/browser/geolocation/access_token_store.h (working copy)
@@ -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 @@
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_
« no previous file with comments | « content/browser/content_browser_client.h ('k') | content/browser/geolocation/access_token_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698