| Index: chrome/browser/previews/previews_infobar_tab_helper.cc
|
| diff --git a/chrome/browser/previews/previews_infobar_tab_helper.cc b/chrome/browser/previews/previews_infobar_tab_helper.cc
|
| index 3083f0c3483687a308b5bbdb2dee1819fabd85ee..8f75a198eddb251a682a65f31bfbd7e36d60e36c 100644
|
| --- a/chrome/browser/previews/previews_infobar_tab_helper.cc
|
| +++ b/chrome/browser/previews/previews_infobar_tab_helper.cc
|
| @@ -110,7 +110,7 @@ void PreviewsInfoBarTabHelper::DidFinishNavigation(
|
| data_reduction_proxy_settings &&
|
| data_reduction_proxy_settings->IsDataReductionProxyEnabled(),
|
| base::Bind(&AddPreviewNavigationCallback, browser_context_,
|
| - navigation_handle->GetURL(),
|
| + navigation_handle->GetRedirectChain()[0],
|
| previews::PreviewsType::OFFLINE));
|
| // Don't try to show other infobars if this is an offline preview.
|
| return;
|
|
|