forked from Lainports/opnsense-ports
11 lines
541 B
C++
11 lines
541 B
C++
--- extensions/browser/pref_names.cc.orig 2022-09-24 10:57:32 UTC
|
|
+++ extensions/browser/pref_names.cc
|
|
@@ -48,7 +48,7 @@ const char kStorageGarbageCollect[] = "extensions.stor
|
|
const char kDeletedComponentExtensions[] =
|
|
"extensions.deleted_component_extensions";
|
|
#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[] =
|