commit | 44ebd87f31b9f87ad75466e2ed29dc3d8cc51a6f | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Wed Jun 25 17:21:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 25 17:21:18 2025 |
tree | 101f149a54aba12e489ba89046718860dabc21c6 | |
parent | 21d0c927c7b988123be129f1599842d3ced18e95 [diff] |
Printing: Remove kFastEnumeratePrinters feature and associated code This feature shipped with M136 in an enabled-by-default state. Since nobody complained about it, delete the feature and any code that can only be used when the feature is disabled. As part of this, also remove: - The chrome://flags entry. - PrintBackendWinTest.MANUAL_ValidateFastEnumeratePrinters. - GetBasicPrinterInfoMixedMethodForTesting() used by the test above. - Printing.EnumeratePrinters.BasicInfo.Registry histogram. The histogram does show some failures fetching the printer's location. Though there are no known user complains about this. If users do complain about it in the future, the plan is to work with the users to diagnose and fix their issue. After removing GetBasicPrinterInfoMixedMethodForTesting(), GetBasicPrinterInfoMixedMethod() can be folded into its caller. OBSOLETE_HISTOGRAM[Printing.EnumeratePrinters.BasicInfo.Registry]=No longer needed. Bug: 427495363 Change-Id: Ib0c792dbae27e17d35025c0541e1a1eca5d7a286 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6669736 Reviewed-by: Gavin Williams <gavinwill@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Andy Phan <andyphan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1478636}
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.