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

Unified Diff: components/webdata/common/web_data_service_base.h

Issue 14081043: Hook up Autofill Backend interface to SyncableServices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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: components/webdata/common/web_data_service_base.h
diff --git a/components/webdata/common/web_data_service_base.h b/components/webdata/common/web_data_service_base.h
index 9e0867dd8fa0c8743c585ba9e10485516e108496..ac56b8bce971c021dc3cfb22dfc4ee197d12e925 100644
--- a/components/webdata/common/web_data_service_base.h
+++ b/components/webdata/common/web_data_service_base.h
@@ -83,11 +83,6 @@ class WEBDATA_EXPORT WebDataServiceBase
// ShutdownOnUIThread has not yet been called.
virtual bool IsDatabaseLoaded();
- // Returns a pointer to the DB (used by SyncableServices). May return NULL if
- // the database is not loaded or otherwise unavailable. Must be called on
- // DBThread.
- virtual WebDatabase* GetDatabase();
-
protected:
virtual ~WebDataServiceBase();

Powered by Google App Engine
This is Rietveld 408576698