
The feature was buggy and never successfully launched. Efforts to speed up printing on Windows have instead focused on XPS and PostScript. Bug: 1188795 Change-Id: If3fd7fe1c8188142a71ed071fd40df372a05d6d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3276176 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by: Alan Screen <awscreen@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#942212}
//printing
contains foundational code that is used for printing. It can depend
on other low-level directories like //cc/paint
and //ui
, but not higher
level code like //components
or //content
. Higher level printing code should
live in //components/printing
or the embedder.