Index: content/child/web_url_loader_impl.cc |
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc |
index 60da9ccd7505561fc8f68c86e1e310fedb19a709..80c980557eac50cbb09cce573b055d4bc9fd8ddd 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -1029,6 +1029,7 @@ void WebURLLoaderImpl::PopulateURLResponse(const GURL& url, |
extra_data->set_connection_info(info.connection_info); |
extra_data->set_was_fetched_via_proxy(info.was_fetched_via_proxy); |
extra_data->set_proxy_server(info.proxy_server); |
+ extra_data->set_is_lofi(info.is_lofi); |
// If there's no received headers end time, don't set load timing. This is |
// the case for non-HTTP requests, requests that don't go over the wire, and |