| commit | 81067b41b7ec86b5edb96d84fe9cdabbec604ee9 | [log] [tgz] |
|---|---|---|
| author | Christoph Schwering <schwering@google.com> | Thu Nov 14 20:42:07 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 14 20:42:07 2024 |
| tree | 0c8a99813089edc16db43638aef28c7cf2797898 | |
| parent | 5622be9868982e8a91e015ae2dc8d739f94c008b [diff] |
[Autofill] Simplify BAM::MaybeImportFromSubmittedForm() To ease reasoning about the code a little, this CL pulls the handling of a nullptr FormStructure out of MaybeImportFromSubmittedForm() and OnFormSubmittedAfterImport() into OnFormSubmittedImpl(). It also removes an essentially unused parameter. Bug: 374086145 Change-Id: I9641f13298cfaa43c035b3a5c366c6671107dbec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021035 Auto-Submit: Christoph Schwering <schwering@google.com> Reviewed-by: Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Commit-Queue: Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/main@{#1383196}
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.