aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_host_policy__watcher.cc
blob: b1bd53cbcf724682f77e4d09e050b5907639dc44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/policy_watcher.cc.orig	2022-09-24 10:57:32 UTC
+++ remoting/host/policy_watcher.cc
@@ -184,7 +184,7 @@ std::unique_ptr<base::DictionaryValue> PolicyWatcher::
   result->SetStringKey(key::kRemoteAccessHostUdpPortRange, "");
   result->SetIntKey(key::kRemoteAccessHostClipboardSizeBytes, -1);
   result->SetBoolKey(key::kRemoteAccessHostAllowRemoteSupportConnections, true);
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
   result->SetBoolKey(key::kRemoteAccessHostMatchUsername, false);
 #endif
 #if !BUILDFLAG(IS_CHROMEOS)