| Index: content/browser/download/drag_download_file.h
|
| diff --git a/content/browser/download/drag_download_file.h b/content/browser/download/drag_download_file.h
|
| index 96a259bda33015f25f8401e8d5da9160ac9dda2b..19b771f29294803e74fcf56fe36626d5c09213be 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).
|
|
|