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