| Index: chrome/browser/nacl_host/nacl_infobar_delegate.h
|
| diff --git a/chrome/browser/nacl_host/nacl_infobar_delegate.h b/chrome/browser/nacl_host/nacl_infobar_delegate.h
|
| index 9b27f47c01e3ccd55258828cb8d17036ef4b8304..4f935ba6b18a17a692b5f92a0ff057676f553281 100644
|
| --- a/chrome/browser/nacl_host/nacl_infobar_delegate.h
|
| +++ b/chrome/browser/nacl_host/nacl_infobar_delegate.h
|
| @@ -20,6 +20,7 @@ class NaClInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| base::string16 GetMessageText() const override;
|
| int GetButtons() const override;
|
| base::string16 GetLinkText() const override;
|
| + GURL GetLinkURL() const override;
|
| bool LinkClicked(WindowOpenDisposition disposition) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NaClInfoBarDelegate);
|
|
|