| 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_;
|
| }
|
|
|