diff options
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r-- | chrome/browser/profiles/profile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index b79e00b..89b4c2d 100644 --- a/chrome/browser/profiles/profile.h +++ b/chrome/browser/profiles/profile.h @@ -65,7 +65,6 @@ class PrefService; class ProfileSyncService; class PromoCounter; class ProtocolHandlerRegistry; -class SigninManager; class SpeechInputPreferences; class SpellCheckHost; class TemplateURLFetcher; @@ -391,9 +390,6 @@ class Profile : public content::BrowserContext { // Returns the ProtocolHandlerRegistry, creating if not yet created. virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() = 0; - // Returns the SigninManager, creating if not yet created. - virtual SigninManager* GetSigninManager() = 0; - // Returns the Gaia Token Service, creating if not yet created. virtual TokenService* GetTokenService() = 0; |