diff options
author | Matthias Wolf <freebsd@rheinwolf.de> | 2021-08-22 10:38:57 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-08-22 10:42:34 +0200 |
commit | 76daa653245e62b0f8e07ef4899c0a5bb176b3da (patch) | |
tree | 4f5c6c7dd73a6466567cafab9eea70de0f20a466 /www/chromium/files/patch-chrome_common_chrome__features.h | |
parent | emulators/yuzu: exclude on non-amd64 for now (diff) |
www/chromium: update to 92.0.4515.159
Mark broken on i386 for now, it does not compile there because of a
ssize_t * vs off_t * mismatch.
MFH: 2021Q3
Security: https://vuxml.freebsd.org/freebsd/128deba6-ff56-11eb-8514-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/c3c6c4a3-f47d-11eb-b632-3065ec8fd3ec.html
Security: https://vuxml.freebsd.org/freebsd/76487640-ea29-11eb-a686-3065ec8fd3ec.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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-chrome_common_chrome__features.h b/www/chromium/files/patch-chrome_common_chrome__features.h index a10edda0168a..dc1c03e1f02d 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 2021-06-09 22:13:57 UTC +--- chrome/common/chrome_features.h.orig 2021-07-19 18:45:10 UTC +++ chrome/common/chrome_features.h -@@ -70,10 +70,10 @@ extern const base::Feature kAppShimNewCloseBehavior; +@@ -69,10 +69,10 @@ extern const base::Feature kAppShimNewCloseBehavior; COMPONENT_EXPORT(CHROME_FEATURES) extern const base::Feature kAsyncDns; @@ -13,7 +13,7 @@ #if BUILDFLAG(IS_CHROMEOS_ASH) COMPONENT_EXPORT(CHROME_FEATURES) extern const base::Feature kBorealis; -@@ -234,11 +234,11 @@ extern const base::Feature kEnableAmbientAuthenticatio +@@ -250,11 +250,11 @@ extern const base::Feature kEnableAmbientAuthenticatio // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch // of lacros-chrome is complete. @@ -27,9 +27,9 @@ // BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_MAC) #if defined(OS_WIN) -@@ -358,7 +358,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) - extern const base::Feature kIncompatibleApplicationsWarning; - #endif // defined(OS_ANDROID) +@@ -374,7 +374,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) + extern const base::Feature kIncognitoBrandConsistencyForAndroid; + #endif -#if defined(OS_MAC) || defined(OS_WIN) || defined(OS_LINUX) || \ +#if defined(OS_MAC) || defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD) || \ |