| 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:
|
|
|