summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/active_downloads_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/active_downloads_ui.cc')
-rw-r--r--chrome/browser/ui/webui/active_downloads_ui.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/webui/active_downloads_ui.cc b/chrome/browser/ui/webui/active_downloads_ui.cc
index 580193b..b37c280 100644
--- a/chrome/browser/ui/webui/active_downloads_ui.cc
+++ b/chrome/browser/ui/webui/active_downloads_ui.cc
@@ -115,7 +115,6 @@ class ActiveDownloadsHandler
// DownloadItem::Observer interface.
virtual void OnDownloadUpdated(DownloadItem* item);
- virtual void OnDownloadFileCompleted(DownloadItem* item);
virtual void OnDownloadOpened(DownloadItem* item) { }
// DownloadManager::Observer interface.
@@ -704,10 +703,6 @@ void ActiveDownloadsHandler::OnDownloadUpdated(DownloadItem* item) {
*download_util::CreateDownloadItemValue(item, id));
}
-void ActiveDownloadsHandler::OnDownloadFileCompleted(DownloadItem* item) {
- OnDownloadUpdated(item);
-}
-
void ActiveDownloadsHandler::DeleteFile(const FilePath& path, TaskProxy* task) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
if (!file_util::Delete(path, true)) {