| Index: chrome/browser/plugin_installer.h
|
| diff --git a/chrome/browser/plugin_installer.h b/chrome/browser/plugin_installer.h
|
| index 4bc6507e0192429bd04aa1697a213ea22d6b5a5f..0ca2979e20abe24766f2ed37af4d80aae2483199 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 OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
|
|
|
| void AddObserver(PluginInstallerObserver* observer);
|
| void RemoveObserver(PluginInstallerObserver* observer);
|
|
|