commit | 2c67c18224c647f680d16d9695a7d25c94f04bb7 | [log] [tgz] |
---|---|---|
author | Christoph Schwering <[email protected]> | Mon Aug 04 07:13:36 2025 |
committer | Chromium LUCI CQ <[email protected]> | Mon Aug 04 07:13:36 2025 |
tree | ff0b0e7f9eb79f3826fc64f315a6f64d2defcc96 | |
parent | 943e03d62379d326b34065b18710d93616bdfe97 [diff] |
[Autofill] Remove two AutofillType::html_type() references This CL replaces two expressions AutofillField::Type().html_type() == kOneTimeCode with AutofillField::html_type() == kOneTimeCode Both expressions are almost equivalent: - The former implies the latter. - The latter implies the former unless there is a server override for the field. This change only affects the recording of three metrics: - Autofill.WebOTP.OneTimeCode.FillDuration.FromLoad - Autofill.WebOTP.OneTimeCode.FromAutocomplete - Autofill.WebOTP.PhonePlusWebOTPPlusOTC The change makes the metrics more closely match their documentation. Bug: 436013479, 432645177 Change-Id: Id81c45447a28dad551a0bd88875b700734f65e59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6816456 Commit-Queue: Dominic Battré <[email protected]> Reviewed-by: Dominic Battré <[email protected]> Auto-Submit: Christoph Schwering <[email protected]> Cr-Commit-Position: refs/heads/main@{#1496154}
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.