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

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

Issue 16124006: Remove dependency of WebData on notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create README file Created 7 years, 6 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 209e612e1b86efe502c05e3474b22cfcac93e3e8..6dcb3350ba48b68f4c234b6f2d524ae9f10b470e 100644
--- a/components/webdata/common/web_data_service_base.cc
+++ b/components/webdata/common/web_data_service_base.cc
@@ -71,10 +71,6 @@ void WebDataServiceBase::CancelRequest(Handle h) {
wdbs_->CancelRequest(h);
}
-content::NotificationSource WebDataServiceBase::GetNotificationSource() {
- return content::Source<WebDataServiceBase>(this);
-}
-
bool WebDataServiceBase::IsDatabaseLoaded() {
return db_loaded_;
}

Powered by Google App Engine
This is Rietveld 408576698