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

Unified Diff: chrome/browser/webdata/web_data_service_factory.h

Issue 109783003: Create signin component and componentize TokenWebData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review Created 6 years, 11 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 | « chrome/browser/webdata/web_data_service.cc ('k') | chrome/browser/webdata/web_data_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webdata/web_data_service_factory.h
diff --git a/chrome/browser/webdata/web_data_service_factory.h b/chrome/browser/webdata/web_data_service_factory.h
index 87d42c1e6d171fef69abf9803e8d2755e00312dd..a8d848ec2254b357a8ccbc8f3fe8bbac0fc88024 100644
--- a/chrome/browser/webdata/web_data_service_factory.h
+++ b/chrome/browser/webdata/web_data_service_factory.h
@@ -67,6 +67,10 @@ class WebDataServiceFactory : public BrowserContextKeyedServiceFactory {
GetAutofillWebDataForProfile(Profile* profile,
Profile::ServiceAccessType access_type);
+ // Returns the TokenWebData associated with the |profile|.
+ static scoped_refptr<TokenWebData> GetTokenWebDataForProfile(Profile* profile,
+ Profile::ServiceAccessType access_type);
+
static WebDataServiceFactory* GetInstance();
private:
« no previous file with comments | « chrome/browser/webdata/web_data_service.cc ('k') | chrome/browser/webdata/web_data_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698