Index: chrome/browser/plugin_installer.h |
diff --git a/chrome/browser/plugin_installer.h b/chrome/browser/plugin_installer.h |
index 4bc6507e0192429bd04aa1697a213ea22d6b5a5f..f3fdb2765ec332b19cf9b1a6a51fe8e7ec993c4f 100644 |
--- a/chrome/browser/plugin_installer.h |
+++ b/chrome/browser/plugin_installer.h |
@@ -49,8 +49,7 @@ class PluginInstaller : public content::DownloadItem::Observer { |
virtual ~PluginInstaller(); |
virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE; |
- |
- virtual void OnDownloadOpened(content::DownloadItem* download) OVERRIDE; |
+ virtual void OnDownloadDestructed(content::DownloadItem* download) OVERRIDE; |
void AddObserver(PluginInstallerObserver* observer); |
void RemoveObserver(PluginInstallerObserver* observer); |