commit | 22ed2f596b019bb7ace04e7ea53ecdf73897fe90 | [log] [tgz] |
---|---|---|
author | Dan Harrington <harringtond@chromium.org> | Tue Sep 07 18:00:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 07 18:00:25 2021 |
tree | 9aaccdb7731586583b192a11d8743ba1682fe0b8 | |
parent | abee3c4bcfc75e4b0a828fde2fda3b1c69d05168 [diff] |
webfeed: fix feed network UMA ContentSuggestions.Feed.Network.CompressedResponseSizeKB.* was being reported with the wrong size. ResponseInfo().encoded_data_length is actually the size of the first chunk of the response. Changed to use CompletionStatus().encoded_data_length. (see crbug.com/1246168) Also tweaked the surrounding code to use the local variable 'loader_response_info' rather than call ResponseInfo() multiple times. This should have no effect. Bug: 1247292 Change-Id: I3c5ed55aa42388ab9ce389a912810c1b554b52c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3139303 Auto-Submit: Dan H <harringtond@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Reviewed-by: Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/main@{#918845}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.