summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_features.gni
blob: 361728e162cd43d6c4b58cf26c98e248d82ddbef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/features.gni.orig	2021-09-24 04:26:00 UTC
+++ chrome/common/features.gni
@@ -52,7 +52,7 @@ declare_args() {
   enable_one_click_signin = is_win || is_mac || is_fuchsia ||
                             ((is_linux || is_chromeos_lacros) && !is_chromecast)
 
-  enable_service_discovery = (enable_mdns && !is_android) || is_mac
+  enable_service_discovery = (enable_mdns && !is_android) || is_mac || is_bsd
 
   # Enables use of the session service, which is enabled by default.
   # Android stores them separately on the Java side.