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

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

Issue 12695015: Split Autofill webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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.
« no previous file with comments | « no previous file | chrome/browser/api/webdata/web_data_service_base.h » ('j') | chrome/browser/api/webdata/web_data_service_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698