diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-07-22 10:28:49 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2018-07-22 10:28:49 +0000 |
commit | 87e53bd8784b27458612f0542b614bc9aa0bb1fd (patch) | |
tree | 029b1a5de0832499b90c4e4c54ec7bbff32684c1 /www/chromium/files/patch-chrome_common_chrome__features.h | |
parent | graphics/opencollada: update to 1.6.63 (diff) |
www/chromium: update to 67.0.3396.87
Changelog: https://chromium.googlesource.com/chromium/src/+log/65.0.3325.181..67.0.3396.87?pretty=fuller&n=10000
MFH: 2018Q3
Security: https://vuxml.freebsd.org/freebsd/36ff7a74-47b1-11e8-a7d6-54e1ad544088.html
Security: https://vuxml.freebsd.org/freebsd/006bee4e-4c49-11e8-9c32-54ee754af08e.html
Security: https://vuxml.freebsd.org/freebsd/e457978b-5484-11e8-9b85-54ee754af08e.html
Security: https://vuxml.freebsd.org/freebsd/427b0f58-644c-11e8-9e1b-e8e0b747a45a.html
Security: https://vuxml.freebsd.org/freebsd/4cb49a23-6c89-11e8-8b33-e8e0b747a45a.html
Diffstat (limited to 'www/chromium/files/patch-chrome_common_chrome__features.h')
-rw-r--r-- | www/chromium/files/patch-chrome_common_chrome__features.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__features.h b/www/chromium/files/patch-chrome_common_chrome__features.h index 0acfa26ea21c..9aa01cd8236c 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.h +++ b/www/chromium/files/patch-chrome_common_chrome__features.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.h.orig 2017-09-07 15:16:51.725565000 +0200 -+++ chrome/common/chrome_features.h 2017-09-07 15:17:47.995642000 +0200 -@@ -43,9 +43,9 @@ +--- chrome/common/chrome_features.h.orig 2018-06-13 00:10:09.000000000 +0200 ++++ chrome/common/chrome_features.h 2018-07-20 16:34:38.434106000 +0200 +@@ -52,9 +52,9 @@ extern const base::Feature kAutomaticTabDiscarding; #endif // defined(OS_WIN) || defined(OS_MACOSX) @@ -12,3 +12,12 @@ extern const base::Feature kBlockPromptsIfDismissedOften; extern const base::Feature kBlockPromptsIfIgnoredOften; +@@ -76,7 +76,7 @@ + extern const base::Feature kTabStripKeyboardFocus; + #endif // defined(OS_MACOSX) + +-#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX) ++#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_MACOSX) || defined(OS_BSD) + extern const base::Feature kCertDualVerificationTrialFeature; + #endif + |