Index: chrome/browser/plugin_installer.h |
=================================================================== |
--- chrome/browser/plugin_installer.h (revision 150095) |
+++ chrome/browser/plugin_installer.h (working copy) |
@@ -48,8 +48,9 @@ |
virtual ~PluginInstaller(); |
virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE; |
- virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE; |
+ virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE; |
+ |
void AddObserver(PluginInstallerObserver* observer); |
void RemoveObserver(PluginInstallerObserver* observer); |