diff options
Diffstat (limited to 'devel/electron35/files/patch-chrome_browser_printing_printer__query.cc')
| -rw-r--r-- | devel/electron35/files/patch-chrome_browser_printing_printer__query.cc | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-chrome_browser_printing_printer__query.cc b/devel/electron35/files/patch-chrome_browser_printing_printer__query.cc deleted file mode 100644 index f916ff7895b2..000000000000 --- a/devel/electron35/files/patch-chrome_browser_printing_printer__query.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/printing/printer_query.cc.orig	2024-02-27 21:36:00 UTC -+++ chrome/browser/printing/printer_query.cc -@@ -341,7 +341,7 @@ void PrinterQuery::UpdatePrintSettings(base::Value::Di -     crash_key = std::make_unique<crash_keys::ScopedPrinterInfo>( -         printer_name, print_backend->GetPrinterDriverInfo(printer_name)); -  --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_CUPS) -+#if (BUILDFLAG(IS_BSD) || BUILDFLAG(IS_LINUX)) && BUILDFLAG(USE_CUPS) -     PrinterBasicInfo basic_info; -     if (print_backend->GetPrinterBasicInfo(printer_name, &basic_info) == -         mojom::ResultCode::kSuccess) {  | 
