Index: chrome/browser/extensions/webstore_installer.h |
=================================================================== |
--- chrome/browser/extensions/webstore_installer.h (revision 150095) |
+++ chrome/browser/extensions/webstore_installer.h (working copy) |
@@ -137,7 +137,7 @@ |
// DownloadItem::Observer implementation: |
virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE; |
- virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE; |
+ virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE; |
// Starts downloading the extension to |file_path|. |
void StartDownload(const FilePath& file_path); |