| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h
|
| index c3dbf16764129533c2c119093327506220da24d0..6db2e4797247cd28520346f177cee92e68839167 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h
|
| @@ -41,6 +41,7 @@ class DataReductionProxyInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| bool ShouldExpire(const NavigationDetails& details) const override;
|
| base::string16 GetMessageText() const override;
|
| int GetButtons() const override;
|
| + GURL GetLinkURL() const override;
|
| bool LinkClicked(WindowOpenDisposition disposition) override;
|
|
|
| std::string link_url_;
|
|
|