diff options
Diffstat (limited to 'chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h')
-rw-r--r-- | chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 85516b9..4a5698b 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 |