commit | b0088329655aebba09fe84f04470f9c95b9eee9c | [log] [tgz] |
---|---|---|
author | Andrew Williams <awillia@chromium.org> | Mon Jul 07 21:14:04 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 07 21:14:04 2025 |
tree | d74e1a662d90937936a5a192e3c00f4010cb219d | |
parent | e76f3cb7ee18338633d1e5290c498aba0f7aee9c [diff] |
Remove subclass of KeyedService for PrintServersPolicyProvider PrintServersPolicyProvider doesn't seem like it's really a KeyedService, since it doesn't have a corresponding service factory class and instead is just created and owned by PrintServersManager (which is owned by CupsPrintersManager, an actual KeyedService). Also renames a method in PrintServersProviderFactory which is only used for testing Change-Id: I806f620d283d0bc4337a11ef3fda6fa18c3fc4e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6707786 Reviewed-by: Sparik Hayrapetyan <ust@google.com> Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org> Commit-Queue: Andrew Williams <awillia@chromium.org> Reviewed-by: Artem Sumaneev <asumaneev@google.com> Cr-Commit-Position: refs/heads/main@{#1483364}
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.