diff options
Diffstat (limited to 'chrome/browser/plugin_installer.h')
-rw-r--r-- | chrome/browser/plugin_installer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/plugin_installer.h b/chrome/browser/plugin_installer.h index eef0ca5..514d919 100644 --- a/chrome/browser/plugin_installer.h +++ b/chrome/browser/plugin_installer.h @@ -57,6 +57,7 @@ class PluginInstaller { private: void DidFinishDownload(const FilePath& downloaded_file); + void DownloadError(const std::string& msg); State state_; ObserverList<PluginInstallerObserver> observers_; |