0

printing: enable printscanmgr by default

Bug: b:257070388
Change-Id: Icdb43a6fe73f74b906466ab2ed126884668582dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5973404
Reviewed-by: Benjamin Gordon <bmgordon@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Paul Moy <pmoy@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1375327}
This commit is contained in:
Paul Moy
2024-10-29 17:06:17 +00:00
committed by Chromium LUCI CQ
parent 68e0cf02df
commit ba834ecc6c

@ -18,7 +18,7 @@ namespace features {
// Add printers via printscanmgr instead of debugd.
BASE_FEATURE(kAddPrinterViaPrintscanmgr,
"AddPrinterViaPrintscanmgr",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);
#endif // BUILDFLAG(IS_CHROMEOS)
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)