aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_service_cloud__print_print__system.cc
blob: 716e461b4f5cb1ddcfb1f96129058b8d74541c81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/service/cloud_print/print_system.cc.orig	2020-11-13 06:36:38 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;