| Index: chrome/browser/download/all_download_item_notifier.cc
|
| diff --git a/chrome/browser/download/all_download_item_notifier.cc b/chrome/browser/download/all_download_item_notifier.cc
|
| index a0b3a02eff5b863d69f114a779f57b962bdfa5d3..a6a0bf1494b1452c4fb089c2835a21c10c175266 100644
|
| --- a/chrome/browser/download/all_download_item_notifier.cc
|
| +++ b/chrome/browser/download/all_download_item_notifier.cc
|
| @@ -62,6 +62,11 @@ void AllDownloadItemNotifier::OnDownloadRemoved(
|
| observer_->OnDownloadRemoved(manager_, item);
|
| }
|
|
|
| +void AllDownloadItemNotifier::OnDownloadShown(
|
| + content::DownloadItem* item) {
|
| + observer_->OnDownloadShown(manager_, item);
|
| +}
|
| +
|
| void AllDownloadItemNotifier::OnDownloadDestroyed(
|
| content::DownloadItem* item) {
|
| item->RemoveObserver(this);
|
|
|