summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_services_printing_print__backend__service__impl.cc
blob: 1aea771027f4d07046436f79e9fba3e801cef54c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/services/printing/print_backend_service_impl.cc.orig	2022-02-28 16:54:41 UTC
+++ chrome/services/printing/print_backend_service_impl.cc
@@ -484,7 +484,7 @@ void PrintBackendServiceImpl::UpdatePrintSettings(
   crash_keys_ = std::make_unique<crash_keys::ScopedPrinterInfo>(
       print_backend_->GetPrinterDriverInfo(printer_name));
 
-#if BUILDFLAG(IS_LINUX) && defined(USE_CUPS)
+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(USE_CUPS)
   // Try to fill in advanced settings based upon basic info options.
   PrinterBasicInfo basic_info;
   if (print_backend_->GetPrinterBasicInfo(printer_name, &basic_info) ==