summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_installer.h
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-13 18:50:06 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-13 18:50:06 +0000
commit725f688c5d44e0a3d02e8a0f87ee5fef9e328eb1 (patch)
tree7bbf267f3c5259bbe7caa3dda99b00821d239b5f /chrome/browser/plugin_installer.h
parent25888eae643f3e6ba01b694f75769e52ae8f9bff (diff)
downloadchromium_src-725f688c5d44e0a3d02e8a0f87ee5fef9e328eb1.zip
chromium_src-725f688c5d44e0a3d02e8a0f87ee5fef9e328eb1.tar.gz
chromium_src-725f688c5d44e0a3d02e8a0f87ee5fef9e328eb1.tar.bz2
Reland 117210 - Show error message when download a plug-in installer fails.
Also, don't try to directly download Flash Player from http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe anymore. Original review URL: http://codereview.chromium.org/9149004 TBR=arv@chromium.org BUG=102987 TEST=Go to http://www/~bauerb/no_crawl/test/install_plugin.html, turn off your network and click on "Get Plug-in". You should see an error. Review URL: http://codereview.chromium.org/9148024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_installer.h')
-rw-r--r--chrome/browser/plugin_installer.h1
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_;