commit | 3bbb69a821f89abf22beab20b1eabc015a71d8ab | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <jdoerrie@chromium.org> | Tue Nov 03 06:59:57 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 03 06:59:57 2020 |
tree | 14bd3e60e8b2284cb5d6c66a5e1ed6d785eb0d6a | |
parent | ce54b897663fbee48563f715cf3b7d7e61d27adf [diff] |
[Passwords] Remove autofill::PasswordForm from //chrome/*/importer This change replaces most usage of autofill::PasswordForm in the importer code and uses a new importer::ImportedPasswordForm struct instead. This is necessary, because PasswordForm is being moved to the //browser component, and thus is no longer accessible from other components like //common or //utility. Bug: 1067347 Change-Id: I3789dc48d85837b75162c7b58e5ef8908b6f99eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2513220 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by: Ilya Sherman <isherman@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#823461}
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.
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.