| Index: chrome/browser/ui/webui/downloads_dom_handler.h
|
| diff --git a/chrome/browser/ui/webui/downloads_dom_handler.h b/chrome/browser/ui/webui/downloads_dom_handler.h
|
| index 2cd3ec41b3d9dbc624e2715e209c3d41f5121c3b..d57df0a9524d9094c0d6d05b65108716d00e5f28 100644
|
| --- a/chrome/browser/ui/webui/downloads_dom_handler.h
|
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.h
|
| @@ -33,7 +33,7 @@ class DownloadsDOMHandler : public content::WebUIMessageHandler,
|
|
|
| // content::DownloadItem::Observer interface
|
| virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
|
| - virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE { }
|
| + virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
|
|
|
| // content::DownloadManager::Observer interface
|
| virtual void ModelChanged(content::DownloadManager* manager) OVERRIDE;
|
|
|