diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-06-02 20:30:55 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-06-02 20:30:55 +0000 |
commit | 8f6dc7d1dd8b0ca59427d71524538aab9403ac23 (patch) | |
tree | c272eeb9d12c3f96a460e7ad3fd1eb4233ad20ce /www/chromium/files/patch-chrome_common_features.gni | |
parent | multimedia/libva-intel-driver: update to 2.4.1 (diff) |
www/chromium: Update to version 83.0.4103.61
Submitted by: Matthias Wolf <freebsd@rheinwolf.de>
Reviewed by: rene
Approved by: chromium@ (rene)
Obtained from: https://github.com/gliaskos/freebsd-chromium
MFH: 2020Q2
Security: https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html
Differential Revision: https://reviews.freebsd.org/D25102
Diffstat (limited to 'www/chromium/files/patch-chrome_common_features.gni')
-rw-r--r-- | www/chromium/files/patch-chrome_common_features.gni | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/chromium/files/patch-chrome_common_features.gni b/www/chromium/files/patch-chrome_common_features.gni index 5af21971a15e..dccc7c422ff9 100644 --- a/www/chromium/files/patch-chrome_common_features.gni +++ b/www/chromium/files/patch-chrome_common_features.gni @@ -1,11 +1,8 @@ ---- chrome/common/features.gni.orig 2020-03-16 18:40:30 UTC +--- chrome/common/features.gni.orig 2020-05-13 18:40:25 UTC +++ chrome/common/features.gni -@@ -49,9 +49,9 @@ declare_args() { - (is_desktop_linux && use_dbus) || is_chromeos - - enable_one_click_signin = -- is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast) -+ is_win || is_mac || is_bsd || (is_linux && !is_chromeos && !is_chromecast) +@@ -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 |