summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile.h
diff options
context:
space:
mode:
authorrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 05:22:22 +0000
committerrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 05:22:22 +0000
commit859f6b2052bf8609ca7322dc64c089dbfdc5ff19 (patch)
tree8f73ab08c636ed75a63c7c044d07b29cacbe3779 /chrome/browser/profiles/profile.h
parent12fdc50d289ef601f000832381f45a62e56b0db6 (diff)
downloadchromium_src-859f6b2052bf8609ca7322dc64c089dbfdc5ff19.zip
chromium_src-859f6b2052bf8609ca7322dc64c089dbfdc5ff19.tar.gz
chromium_src-859f6b2052bf8609ca7322dc64c089dbfdc5ff19.tar.bz2
Converting TokenService to a ProfileKeyedService.
BUG=112531 TEST=no new ones Review URL: http://codereview.chromium.org/9387017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125565 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r--chrome/browser/profiles/profile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 845e27f..b093379 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -40,7 +40,6 @@ class PromoCounter;
class ProtocolHandlerRegistry;
class TemplateURLFetcher;
class TestingProfile;
-class TokenService;
class UserScriptMaster;
class UserStyleSheetWatcher;
class VisitedLinkMaster;
@@ -360,9 +359,6 @@ class Profile : public content::BrowserContext {
// Returns the ProtocolHandlerRegistry, creating if not yet created.
virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() = 0;
- // Returns the Gaia Token Service, creating if not yet created.
- virtual TokenService* GetTokenService() = 0;
-
// Return whether 2 profiles are the same. 2 profiles are the same if they
// represent the same profile. This can happen if there is pointer equality
// or if one profile is the incognito version of another profile (or vice