$OpenBSD: patch-chrome_service_cloud_print_print_system_cc,v 1.2 2019/04/17 11:48:53 robert Exp $

Index: chrome/service/cloud_print/print_system.cc
--- chrome/service/cloud_print/print_system.cc.orig
+++ 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_BSD) || defined(OS_LINUX)) && !defined(USE_CUPS)
 scoped_refptr<PrintSystem> PrintSystem::CreateInstance(
     const base::DictionaryValue*) {
   return nullptr;
