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..ea2648e206b1ac668476db31cef4869426673044 100644 |
--- a/chrome/browser/nacl_host/nacl_infobar_delegate.h |
+++ b/chrome/browser/nacl_host/nacl_infobar_delegate.h |
@@ -20,7 +20,7 @@ class NaClInfoBarDelegate : public ConfirmInfoBarDelegate { |
base::string16 GetMessageText() const override; |
int GetButtons() const override; |
base::string16 GetLinkText() const override; |
- bool LinkClicked(WindowOpenDisposition disposition) override; |
+ GURL GetLinkURL() const override; |
DISALLOW_COPY_AND_ASSIGN(NaClInfoBarDelegate); |
}; |