aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-extensions_browser_pref__names.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-extensions_browser_pref__names.cc')
-rw-r--r--www/iridium/files/patch-extensions_browser_pref__names.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/iridium/files/patch-extensions_browser_pref__names.cc b/www/iridium/files/patch-extensions_browser_pref__names.cc
index 60493d21c4ad..d6d038cf5765 100644
--- a/www/iridium/files/patch-extensions_browser_pref__names.cc
+++ b/www/iridium/files/patch-extensions_browser_pref__names.cc
@@ -1,11 +1,11 @@
---- extensions/browser/pref_names.cc.orig 2022-03-28 18:11:04 UTC
+--- extensions/browser/pref_names.cc.orig 2022-10-05 07:34:01 UTC
+++ extensions/browser/pref_names.cc
@@ -48,7 +48,7 @@ const char kStorageGarbageCollect[] = "extensions.stor
- const char kToolbar[] = "extensions.toolbar";
const char kDeletedComponentExtensions[] =
"extensions.deleted_component_extensions";
--#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
+- BUILDFLAG(IS_FUCHSIA)
++ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
extern const char kChromeAppsEnabled[] = "extensions.chrome_apps_enabled";
#endif
const char kU2fSecurityKeyApiEnabled[] =