| 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 ba1249a347583c389e1dacbd45269163b9d11160..b84358d3b402312b83bb3a1eb19f23d082bf3a5c 100644
|
| --- a/chrome/browser/plugins/plugin_infobar_delegates.h
|
| +++ b/chrome/browser/plugins/plugin_infobar_delegates.h
|
| @@ -38,6 +38,7 @@ class PluginInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| // ConfirmInfoBarDelegate:
|
| int GetIconId() const override;
|
| base::string16 GetLinkText() const override;
|
| + GURL GetLinkURL() const override;
|
|
|
| std::string identifier_;
|
|
|
| @@ -126,6 +127,7 @@ class PluginMetroModeInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| bool Accept() override;
|
| base::string16 GetLinkText() const override;
|
| + GURL GetLinkURL() const override;
|
| bool LinkClicked(WindowOpenDisposition disposition) override;
|
|
|
| const Mode mode_;
|
|
|