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

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

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.cc
diff --git a/components/webdata/common/web_data_service_base.cc b/components/webdata/common/web_data_service_base.cc
index 9b361977c595415d5acc2e727e5bacb6aa40cb86..2950aea298ddda37888bd9744ea84d3a6261d903 100644
--- a/components/webdata/common/web_data_service_base.cc
+++ b/components/webdata/common/web_data_service_base.cc
@@ -91,11 +91,5 @@ void WebDataServiceBase::RemoveDBObserver(WebDatabaseObserver* observer) {
wdbs_->RemoveObserver(observer);
}
-WebDatabase* WebDataServiceBase::GetDatabase() {
- if (!wdbs_)
- return NULL;
- return wdbs_->GetDatabaseOnDB();
-}
-
WebDataServiceBase::~WebDataServiceBase() {
}

Powered by Google App Engine
This is Rietveld 408576698