aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_service_cloud__print_print__system.cc
blob: affbb174d641ee2ff8a7c323f8476be4c69b2ef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/service/cloud_print/print_system.cc.orig	2021-01-07 00:36:26 UTC
+++ chrome/service/cloud_print/print_system.cc
@@ -36,7 +36,7 @@ std::string PrintSystem::GenerateProxyId() {
   return base::GenerateGUID();
 }
 
-#if (defined(OS_LINUX) || defined(OS_CHROMEOS)) && !defined(USE_CUPS)
+#if (defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)) && !defined(USE_CUPS)
 scoped_refptr<PrintSystem> PrintSystem::CreateInstance(
     const base::DictionaryValue*) {
   return nullptr;