aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_services_printing_print__backend__service__impl.cc
blob: b1209960bc75a1459701e0581d37029dc5b1929e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/services/printing/print_backend_service_impl.cc.orig	2022-04-01 07:48:30 UTC
+++ chrome/services/printing/print_backend_service_impl.cc
@@ -510,7 +510,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) ==