commit | 343b5fee853cc1e9496f42c2a8b7422bdc6a7fa7 | [log] [tgz] |
---|---|---|
author | Joe DeBlasio <jdeblasio@chromium.org> | Sat Feb 25 01:44:26 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 25 01:44:26 2023 |
tree | 63b57fcc8b9ae1c96b05e31237aa25c106489b0c | |
parent | 64411473cf6805d366ac66c81d5cf27eda384194 [diff] |
Record metrics for not-upgraded-but-eligible navigations This CL updates the HFM and HTTPS Upgrading logic to record a new kUpgradeNotAttempted bucket when navigations would have been upgraded, but upgrading wasn't enabled. Prior to this change, both HFMv1 and v2 codepaths checked whether upgrading was enabled early on and early-aborted if not enabled. The biggest change in this CL is to move checking whether upgrading is enabled to the very last moment possible so that we can record metrics at that moment. Bug: 1418100 Change-Id: I1ad7566adfda636a9db3f5b6c15d918bd9df1110 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4285421 Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by: Chris Thompson <cthomp@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/main@{#1109922}
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.