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

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

Issue 12853004: Move creation of WebDatabaseTable subclasses to WebDatabaseServiceFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge error. 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/webdata/web_data_service.h
diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h
index 7db7cafd59c6344e3523b35dea2ef1e5e734167e..18cee013578bd33313fa73e7de1787dad36d83e1 100644
--- a/chrome/browser/webdata/web_data_service.h
+++ b/chrome/browser/webdata/web_data_service.h
@@ -107,7 +107,8 @@ class WebDataService
static scoped_refptr<WebDataService> FromBrowserContext(
content::BrowserContext* context);
- explicit WebDataService(const ProfileErrorCallback& callback);
+ WebDataService(const base::FilePath& path,
+ const ProfileErrorCallback& callback);
// Notifies listeners on the UI thread that multiple changes have been made to
// to Autofill records of the database.
« no previous file with comments | « chrome/browser/webdata/autofill_web_data_service_impl.cc ('k') | chrome/browser/webdata/web_data_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698