Chromium Code Reviews| Index: components/offline_pages/downloads/download_ui_adapter.cc |
| diff --git a/components/offline_pages/downloads/download_ui_adapter.cc b/components/offline_pages/downloads/download_ui_adapter.cc |
| index bb398cb8f025d372546d0d669b1137e76a555acd..0f0a0564bd38e67c2190d96314e11f84abd1448c 100644 |
| --- a/components/offline_pages/downloads/download_ui_adapter.cc |
| +++ b/components/offline_pages/downloads/download_ui_adapter.cc |
| @@ -80,7 +80,8 @@ void DownloadUIAdapter::OfflinePageModelLoaded(OfflinePageModel* model) { |
| // This signal is not used here. |
| } |
| -void DownloadUIAdapter::OfflinePageModelChanged(OfflinePageModel* model) { |
| +void DownloadUIAdapter::OfflinePageAdded(OfflinePageModel* model, |
| + const OfflinePageItem& added_page) { |
| DCHECK(model == model_); |
| model_->GetAllPages( |
|
Dmitry Titov
2016/11/15 20:02:30
Now the impl of this should change to do a direct
dewittj
2016/11/15 23:54:19
I had that in here before (see patchset #2), but i
|
| base::Bind(&DownloadUIAdapter::OnOfflinePagesChanged, |