summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_installer_infobar_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_installer_infobar_delegate.h')
-rw-r--r--chrome/browser/plugin_installer_infobar_delegate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/plugin_installer_infobar_delegate.h b/chrome/browser/plugin_installer_infobar_delegate.h
index a7771c3..631831b 100644
--- a/chrome/browser/plugin_installer_infobar_delegate.h
+++ b/chrome/browser/plugin_installer_infobar_delegate.h
@@ -15,13 +15,13 @@ class TabContents;
class PluginInstallerInfoBarDelegate : public ConfirmInfoBarDelegate {
public:
explicit PluginInstallerInfoBarDelegate(TabContents* tab_contents);
- virtual ~PluginInstallerInfoBarDelegate();
-
- void OnMissingPluginStatus(int status);
private:
+ virtual ~PluginInstallerInfoBarDelegate();
+
// ConfirmInfoBarDelegate:
virtual SkBitmap* GetIcon() const;
+ virtual PluginInstallerInfoBarDelegate* AsPluginInstallerInfoBarDelegate();
virtual string16 GetMessageText() const;
virtual int GetButtons() const;
virtual string16 GetButtonLabel(InfoBarButton button) const;