| Index: chrome/browser/extensions/webstore_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
|
| index 7ba017521a73a6697a3d40e86be23bc866e7f193..56ccb2e604ed0ac4d60e128aaf9ebc68709b8ec8 100644
|
| --- a/chrome/browser/extensions/webstore_installer.h
|
| +++ b/chrome/browser/extensions/webstore_installer.h
|
| @@ -132,7 +132,7 @@ class WebstoreInstaller : public content::NotificationObserver,
|
|
|
| // DownloadItem::Observer implementation:
|
| virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
|
| - virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE;
|
| + virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
|
|
|
| // Starts downloading the extension to |file_path|.
|
| void StartDownload(const FilePath& file_path);
|
|
|