Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index e25079e1373940790198002812178e0ea3c7847a..6a719fc9d0ab98fe5141d93464fa95c1db371f21 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -124,6 +124,7 @@ class ProfileImpl : public Profile, |
virtual ProfileSyncService* GetProfileSyncService(); |
virtual ProfileSyncService* GetProfileSyncService( |
const std::string& cros_user); |
+ virtual AuthenticationService* GetAuthenticationService(); |
virtual TokenService* GetTokenService(); |
void InitSyncService(const std::string& cros_user); |
virtual CloudPrintProxyService* GetCloudPrintProxyService(); |
@@ -217,6 +218,7 @@ class ProfileImpl : public Profile, |
scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_; |
scoped_ptr<NTPResourceCache> ntp_resource_cache_; |
+ scoped_ptr<AuthenticationService> authentication_service_; |
scoped_ptr<TokenService> token_service_; |
scoped_ptr<ProfileSyncFactory> profile_sync_factory_; |
scoped_ptr<ProfileSyncService> sync_service_; |