summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_chrome__features.h
diff options
context:
space:
mode:
authorMatthias Wolf <matthias@rheinwolf.de>2021-06-17 11:22:35 +0200
committerRene Ladan <rene@FreeBSD.org>2021-06-17 11:28:36 +0200
commit06317815238060a3a7f5911f18a3dd7c95779c83 (patch)
tree142df5b4e1e27da8f00b667eb5b8656cb0234ec0 /www/chromium/files/patch-chrome_common_chrome__features.h
parentdns/bundy: Mark as broken on FreeBSD 14. (diff)
www/chromium: update to 91.0.4472.101
Security: https://vuxml.freebsd.org/freebsd/20b3ab21-c9df-11eb-8558-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.h15
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 3f2ed04d65a8..a10edda0168a 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-04-14 18:40:56 UTC
+--- chrome/common/chrome_features.h.orig 2021-06-09 22:13:57 UTC
+++ chrome/common/chrome_features.h
-@@ -81,10 +81,10 @@ extern const base::Feature kAppShimNewCloseBehavior;
+@@ -70,10 +70,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;
-@@ -243,11 +243,11 @@ extern const base::Feature kEnableAmbientAuthenticatio
+@@ -234,11 +234,11 @@ extern const base::Feature kEnableAmbientAuthenticatio
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.
@@ -27,3 +27,12 @@
// 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)
+
+-#if defined(OS_MAC) || defined(OS_WIN) || defined(OS_LINUX) || \
++#if defined(OS_MAC) || defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD) || \
+ defined(OS_CHROMEOS)
+ COMPONENT_EXPORT(CHROME_FEATURES)
+ extern const base::Feature kIncognitoBrandConsistencyForDesktop;