Index: chrome/browser/ui/webui/downloads_dom_handler.h |
=================================================================== |
--- chrome/browser/ui/webui/downloads_dom_handler.h (revision 150095) |
+++ chrome/browser/ui/webui/downloads_dom_handler.h (working copy) |
@@ -33,7 +33,7 @@ |
// content::DownloadItem::Observer interface |
virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE; |
- virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE; |
+ virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE { } |
// content::DownloadManager::Observer interface |
virtual void ModelChanged(content::DownloadManager* manager) OVERRIDE; |