aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-chrome_common_features.gni
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-chrome_common_features.gni')
-rw-r--r--devel/electron13/files/patch-chrome_common_features.gni11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron13/files/patch-chrome_common_features.gni b/devel/electron13/files/patch-chrome_common_features.gni
deleted file mode 100644
index f78fa86dd535..000000000000
--- a/devel/electron13/files/patch-chrome_common_features.gni
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/common/features.gni.orig 2021-04-14 01:08:42 UTC
-+++ chrome/common/features.gni
-@@ -54,7 +54,7 @@ declare_args() {
- enable_one_click_signin =
- is_win || is_mac || ((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.