commit | 35fd15e157ce7b791c270ce919205cb91b8e43ff | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Sun Apr 21 19:10:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Apr 21 19:10:20 2024 |
tree | 200cab8ceb6e60f1aef322f9f4033e68e0d014ac | |
parent | aee555852d57eac401c9067e410f1f89b836d972 [diff] |
[Autofill] Rewrite FormFieldData::parsed_autocomplete to member function This CL applies the rewriter from crrev.com/c/5422009 to convert the public data member FormFieldData::parsed_autocomplete into a private member with a public member functions FormFieldData::parsed_autocomplete() and FormFieldData::set_parsed_autocomplete(). This CL is part of a larger rewrite to turn Form[Field]Data into classes. Bug: 40232021 Change-Id: I11f0a621d8ac1983299b82ae17b60420fc460565 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5463991 Reviewed-by: Dominic Battre <battre@chromium.org> Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/main@{#1290441}
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.