| 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 79174c3d4e2ebc2e5947abece4da8a30c1621ca1..754036c2c6d51351d6895b2b090390911b64224a 100644
|
| --- a/chrome/browser/plugins/plugin_infobar_delegates.h
|
| +++ b/chrome/browser/plugins/plugin_infobar_delegates.h
|
| @@ -53,7 +53,7 @@ class OutdatedPluginInfoBarDelegate : public ConfirmInfoBarDelegate,
|
| bool Accept() override;
|
| bool Cancel() override;
|
| base::string16 GetLinkText() const override;
|
| - bool LinkClicked(WindowOpenDisposition disposition) override;
|
| + GURL GetLinkURL() const override;
|
|
|
| // PluginInstallerObserver:
|
| void DownloadStarted() override;
|
| @@ -106,7 +106,7 @@ class PluginMetroModeInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| bool Accept() override;
|
| base::string16 GetLinkText() const override;
|
| - bool LinkClicked(WindowOpenDisposition disposition) override;
|
| + GURL GetLinkURL() const override;
|
|
|
| const Mode mode_;
|
| const base::string16 name_;
|
|
|