pkgsrc-wip/chromium/patches/patch-chrome_service_cloud_...

14 lines
465 B
C++

$NetBSD$
--- chrome/service/cloud_print/print_system.cc.orig 2020-07-08 21:40:37.000000000 +0000
+++ chrome/service/cloud_print/print_system.cc
@@ -36,7 +36,7 @@ std::string PrintSystem::GenerateProxyId
return base::GenerateGUID();
}
-#if defined(OS_LINUX) && !defined(USE_CUPS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(USE_CUPS)
scoped_refptr<PrintSystem> PrintSystem::CreateInstance(
const base::DictionaryValue*) {
return nullptr;