commit | 74c0a41172ee1fe46bb823dfa1859f595f0974f2 | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Mon Jul 07 00:37:48 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 07 00:37:48 2025 |
tree | 6e4276abbb7876936ea3ebe02e4ea7a434a4e7a0 | |
parent | 43216d3b5bec1b766deb372b7c53683c58cb655f [diff] |
[Autofill] Simplify DeterminePossibleFieldTypesForUpload() unit test Some tests of DeterminePossibleFieldTypesForUpload() calls AutofillField::set_possible_types() before calling DeterminePossibleTypesForUpload(). Intuitively, those calls defeat the sense of the tests because the main purpose of the test is to test the effect of DeterminePossibleFieldTypesForUpload() on AutofillField::possible_types(). Technically, those calls are no-ops because DeterminePossibleFieldTypesForUpload() overrides their effect by calling AutofillField::set_possible_types(). This CL removes those calls and also eliminates some unneeded variables and trivial comments. The CL is a no-op. Bug: 429704303 Change-Id: I868d0a7d0a9d1bc8ad78c02c21fc7e3494270162 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6701161 Reviewed-by: Jan Keitel <jkeitel@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1482950}
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.