| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
|
| index 82316c3ec3cb8a77667dff2a28f9b4dc55931058..17be700ecddff935f0924a272fa7db8a7d1853a7 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc
|
| @@ -40,7 +40,9 @@ namespace {
|
| // PreviewsInfoBarDelegate is created, which handles showing Lo-Fi UI.
|
| void OnLoFiResponseReceivedOnUI(content::WebContents* web_contents) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| - PreviewsInfoBarDelegate::Create(web_contents, PreviewsInfoBarDelegate::LOFI);
|
| + PreviewsInfoBarDelegate::Create(
|
| + web_contents, PreviewsInfoBarDelegate::LOFI,
|
| + PreviewsInfoBarDelegate::OnDismissPreviewsInfobarCallback());
|
| }
|
|
|
| } // namespace
|
|
|