Chromium Code Reviews| Index: chrome/browser/api/webdata/autofill_web_data_service.h |
| diff --git a/chrome/browser/api/webdata/autofill_web_data_service.h b/chrome/browser/api/webdata/autofill_web_data_service.h |
| index 334daf21a58289f175968915d3df2d8b1e602718..2c5bcbc9ca18b50af33cd09ba1d4b4ed0b62fb88 100644 |
| --- a/chrome/browser/api/webdata/autofill_web_data_service.h |
| +++ b/chrome/browser/api/webdata/autofill_web_data_service.h |
| @@ -7,6 +7,8 @@ |
| #include "chrome/browser/api/webdata/autofill_web_data.h" |
| +class WebDatabaseService; |
| + |
| namespace content { |
| class BrowserContext; |
| } |
| @@ -16,6 +18,11 @@ class AutofillWebDataService |
| : public AutofillWebData, |
| public WebDataServiceBase { |
| public: |
| + // TODO(joi): This should take a ProfileErrorCallback once this |
|
Jói
2013/03/19 20:53:58
this TODO seems to be addressed 2 lines below?
Cait (Slow)
2013/03/20 22:21:10
Done.
|
| + // class doesn't simply delegate to WebDataService. |
| + AutofillWebDataService(scoped_refptr<WebDatabaseService> wdbs, |
| + const ProfileErrorCallback& callback); |
| + |
| // Retrieve an AutofillWebDataService for the given context. |
| // |
| // Can return NULL in some contexts. |