commit | 71376e28e66ef7baee22c69c6fc60e1a6f89a747 | [log] [tgz] |
---|---|---|
author | Jared Saul <jsaul@google.com> | Fri Sep 03 00:04:56 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 03 00:04:56 2021 |
tree | 7599898b7e2d0725bfaa311ea6ad06b93f4dfb9b | |
parent | 0746cce0d19850e917a95c713dde281063eb8ba3 [diff] |
[AF] Avoid creating different TestBrowserAutofillManager classes I noticed that CreditCardAccessoryControllerTest is creating its own TestBrowserAutofillManager when it doesn't need to be. Even if it needed additional functionality, it would be better to keep it all in one class. This also allows the removal of the CreditCardAccessManager parameter from BrowserAutofillManager's test-based constructor. This CL is diffbased off of http://crrev.com/c/3123927, which takes a similar approach. Change-Id: I3f7cc1c3cc5ea1369c3d44d730d7d05cd1a50948 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3131955 Commit-Queue: Jared Saul <jsaul@google.com> Reviewed-by: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/main@{#917891}
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.