| 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 85516b9f75f1ad186bc4311221dc7e0e07dd26d1..4a5698be51e0b7cdde681adeb0d4842e263ae05a 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h
|
| @@ -14,6 +14,10 @@ namespace content {
|
| class WebContents;
|
| }
|
|
|
| +namespace infobars {
|
| +class InfoBarManager;
|
| +}
|
| +
|
| // Configures an InfoBar with no buttons that stays visible until it is
|
| // explicitly dismissed. This InfoBar is suitable for displaying a message
|
| // and a link, and is used only by an Android field trial.
|
| @@ -30,6 +34,7 @@ class DataReductionProxyInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| // Returns a Data Reduction Proxy infobar that owns |delegate|.
|
| static scoped_ptr<infobars::InfoBar> CreateInfoBar(
|
| + infobars::InfoBarManager* infobar_manager,
|
| scoped_ptr<DataReductionProxyInfoBarDelegate> delegate);
|
|
|
| // ConfirmInfoBarDelegate
|
|
|