| Index: chrome/browser/plugins/plugin_infobar_delegates.h
|
| diff --git a/chrome/browser/plugins/plugin_infobar_delegates.h b/chrome/browser/plugins/plugin_infobar_delegates.h
|
| index d817c2c6f42adbba541748728b733f74ba251b6a..b342141a1c9cb61df6b58c0bb98ef1a29f8033be 100644
|
| --- a/chrome/browser/plugins/plugin_infobar_delegates.h
|
| +++ b/chrome/browser/plugins/plugin_infobar_delegates.h
|
| @@ -62,11 +62,11 @@ class OutdatedPluginInfoBarDelegate : public PluginInfoBarDelegate,
|
| ~OutdatedPluginInfoBarDelegate() override;
|
|
|
| // PluginInfoBarDelegate:
|
| + void InfoBarDismissed() override;
|
| base::string16 GetMessageText() const override;
|
| base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| bool Accept() override;
|
| bool Cancel() override;
|
| - void InfoBarDismissed() override;
|
| bool LinkClicked(WindowOpenDisposition disposition) override;
|
| std::string GetLearnMoreURL() const override;
|
|
|
|
|