summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_features.gni
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2020-10-23 04:29:32 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2020-10-23 04:29:32 +0000
commit40c48efc97e1692154f38e01ef1739bbef1e4728 (patch)
tree80245efab86b6f22f00a53b43568f0fd51edfb14 /www/chromium/files/patch-chrome_common_features.gni
parentdeskutils/ultralist: Update to 1.6.1 (diff)
www/chromium: Update to version 85.0.4183.121
Submitted by: cem, rene Obtained from: some patches from OpenBSD port
Diffstat (limited to 'www/chromium/files/patch-chrome_common_features.gni')
-rw-r--r--www/chromium/files/patch-chrome_common_features.gni8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-chrome_common_features.gni b/www/chromium/files/patch-chrome_common_features.gni
index b93907d17968..42ca700cf4af 100644
--- a/www/chromium/files/patch-chrome_common_features.gni
+++ b/www/chromium/files/patch-chrome_common_features.gni
@@ -1,8 +1,8 @@
---- chrome/common/features.gni.orig 2020-07-07 21:58:14 UTC
+--- chrome/common/features.gni.orig 2020-09-08 19:14:01 UTC
+++ chrome/common/features.gni
-@@ -54,7 +54,7 @@ declare_args() {
- # Enables password change in leaked password dialog, disabled by default.
- enable_password_change_in_leaked_dialog = false
+@@ -51,7 +51,7 @@ declare_args() {
+ enable_one_click_signin =
+ is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast)
- enable_service_discovery = (enable_mdns && !is_android) || is_mac
+ enable_service_discovery = (enable_mdns && !is_android) || is_mac || is_bsd