commit | 92881bc5dcb51d116cf792d145b408a694bbfde6 | [log] [tgz] |
---|---|---|
author | Vipul Vinod Koul <koulvipul@google.com> | Fri Oct 13 22:10:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 13 22:10:13 2023 |
tree | 0be0e98ec6b7fcd8276d41b818c68e9da5679a72 | |
parent | 8ede200a8e8b0037d043b481dc8ed3232a6bcac0 [diff] |
Refactor PDM creation via AutofillClient on autofill_private_api This change will update the way we retrieve the PersonalDataManager in the autofill private API to be consistent across the entire file, by always retrieving it through the AutofillClient attached to the web contents. Any dependencies are also updated. AutofillClient and it's test equivalent provides us a systematically defined interface for getting the Autofill components easily. Bug: 1485802 Change-Id: I79fcafdaac5940caaecd0ec37d2c4cf77bdd807e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4904334 Reviewed-by: Dominic Battre <battre@chromium.org> Commit-Queue: Vipul Koul <koulvipul@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Siyu An <siyua@chromium.org> Reviewed-by: Vinny Persky <vinnypersky@google.com> Cr-Commit-Position: refs/heads/main@{#1209704}
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.