summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_installer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_installer.cc')
-rw-r--r--chrome/browser/plugin_installer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/plugin_installer.cc b/chrome/browser/plugin_installer.cc
index afd0314..444ff2d 100644
--- a/chrome/browser/plugin_installer.cc
+++ b/chrome/browser/plugin_installer.cc
@@ -61,6 +61,7 @@ std::wstring PluginInstaller::GetButtonLabel(InfoBarButton button) const {
return ConfirmInfoBarDelegate::GetButtonLabel(button);
}
-void PluginInstaller::Accept() {
+bool PluginInstaller::Accept() {
web_contents_->render_view_host()->InstallMissingPlugin();
+ return true;
}