0
Files
src/printing
Alan Screen e587726abe Avoid setting empty options in PrinterBasicInfo
The basic information read back from Print Spooler API calls can
include valid pointers to empty strings for data that is stored as
options.  These blank options have no value, so there is no need to set
them in such cases.

Change-Id: Iab8f5b00c4c1175848fa46cc48a9b3911990ffe1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6271515
Commit-Queue: Alan Screen <awscreen@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1420826}
2025-02-14 17:39:25 -08:00
..
2024-12-13 09:45:33 -08:00
2025-01-21 12:13:23 -08:00
2024-10-10 01:43:07 +00:00
2024-10-10 01:43:07 +00:00

//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.