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

Unified Diff: chrome/browser/api/webdata/autofill_web_data_service.h

Issue 12780012: Move UI dependency from WebDataService to WebDataServiceFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing 'explicit' on constructor, fix win unit test. Created 7 years, 9 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 | « no previous file | chrome/browser/api/webdata/web_data_service_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..100cefc989579a6feac8c3d526d577c5793f77e2 100644
--- a/chrome/browser/api/webdata/autofill_web_data_service.h
+++ b/chrome/browser/api/webdata/autofill_web_data_service.h
@@ -16,6 +16,10 @@ class AutofillWebDataService
: public AutofillWebData,
public WebDataServiceBase {
public:
+ // TODO(joi): This should take a ProfileErrorCallback once this
+ // class doesn't simply delegate to WebDataService.
+ AutofillWebDataService();
+
// Retrieve an AutofillWebDataService for the given context.
//
// Can return NULL in some contexts.
« no previous file with comments | « no previous file | chrome/browser/api/webdata/web_data_service_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698