| Index: chrome/browser/extensions/webstore_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
|
| index 8d2ebb1100df00944cbd31c221b4e6797b744754..5bd3010786a0b7cb4cc5ef88223057c5ca11ca3d 100644
|
| --- a/chrome/browser/extensions/webstore_installer.h
|
| +++ b/chrome/browser/extensions/webstore_installer.h
|
| @@ -133,7 +133,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);
|
|
|