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 83c9ad5b64db596b8d5e7941f2c8abb3ea6ea493..8f7fbee61dd514334a8cb494a8505c6b01744e67 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -890,6 +890,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_using_lofi(info.is_using_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 |