| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 39108877eb551027f55ebfd7e6d29a13dc89690d..548a9af8cc91114ccc62dc9ff4f1828b7b98d734 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -2240,7 +2240,8 @@ void ResourceDispatcherHostImpl::BeginRequestInternal(
|
| // TODO(clamy): Remove this once we understand the reason behind the
|
| // back-forward PLT regression with PlzNavigate
|
| if ((info->GetPageTransition() & ui::PAGE_TRANSITION_FORWARD_BACK) &&
|
| - IsResourceTypeFrame(info->GetResourceType())) {
|
| + IsResourceTypeFrame(info->GetResourceType()) &&
|
| + request->url().SchemeIsHTTPOrHTTPS()) {
|
| LogBackForwardNavigationFlagsHistogram(request->load_flags());
|
| }
|
|
|
|
|