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

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

Issue 12695015: Split Autofill webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to the end of WDS pipeline 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..b9832d2df47ac3f6282aa437e5ab2517a9f74f13 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(scoped_refptr<WebDatabaseService> wdbs,
+ const ProfileErrorCallback& callback);
Jói 2013/03/20 12:41:29 indentation: indent to (
Cait (Slow) 2013/03/20 22:21:10 Done.
// Notifies listeners on the UI thread that multiple changes have been made to
// to Autofill records of the database.
@@ -116,8 +117,6 @@ class WebDataService
// |web_data_service| may be NULL for testing purposes.
static void NotifyOfMultipleAutofillChanges(WebDataService* web_data_service);
-
-
//////////////////////////////////////////////////////////////////////////////
//
// Keywords
@@ -298,11 +297,6 @@ class WebDataService
virtual ~WebDataService();
private:
- //////////////////////////////////////////////////////////////////////////////
- //
- // The following methods are only invoked in the web data service thread.
Jói 2013/03/20 12:41:29 Is there a reason to remove this comment? Maybe ju
Cait (Slow) 2013/03/20 22:21:10 Done.
- //
- //////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//

Powered by Google App Engine
This is Rietveld 408576698