summaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_chrome_common_features.gni
blob: 719f428c614adc889483b6cfe7a39a591af9bf43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/3rdparty/chromium/chrome/common/features.gni.orig	2020-11-07 01:22:36 UTC
+++ src/3rdparty/chromium/chrome/common/features.gni
@@ -55,7 +55,7 @@ declare_args() {
   # Enables password change in leaked password dialog, disabled by default.
   enable_password_change_in_leaked_dialog = false
 
-  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.