summaryrefslogtreecommitdiffstats
path: root/content/browser/download/drag_download_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/drag_download_file.h')
-rw-r--r--content/browser/download/drag_download_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/drag_download_file.h b/content/browser/download/drag_download_file.h
index 96a259b..19b771f 100644
--- a/content/browser/download/drag_download_file.h
+++ b/content/browser/download/drag_download_file.h
@@ -63,7 +63,7 @@ class DragDownloadFile
// content::DownloadItem::Observer methods.
// Called on UI thread.
virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
- virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE { }
+ virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
private:
// Called on drag-and-drop thread (Windows).