aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-chrome_browser_extensions_external__provider__impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-chrome_browser_extensions_external__provider__impl.cc')
-rw-r--r--devel/electron38/files/patch-chrome_browser_extensions_external__provider__impl.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-chrome_browser_extensions_external__provider__impl.cc b/devel/electron38/files/patch-chrome_browser_extensions_external__provider__impl.cc
new file mode 100644
index 000000000000..1f5d4edc1b8d
--- /dev/null
+++ b/devel/electron38/files/patch-chrome_browser_extensions_external__provider__impl.cc
@@ -0,0 +1,20 @@
+--- chrome/browser/extensions/external_provider_impl.cc.orig 2025-08-26 20:49:50 UTC
++++ chrome/browser/extensions/external_provider_impl.cc
+@@ -827,7 +827,7 @@ void ExternalProviderImpl::CreateExternalProviders(
+
+ #endif // BUILDFLAG(IS_CHROMEOS)
+ if (!profile->GetPrefs()->GetBoolean(pref_names::kBlockExternalExtensions)) {
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ provider_list->push_back(std::make_unique<ExternalProviderImpl>(
+ service,
+ base::MakeRefCounted<ExternalPrefLoader>(
+@@ -855,7 +855,7 @@ void ExternalProviderImpl::CreateExternalProviders(
+ bundled_extension_creation_flags));
+
+ // Define a per-user source of external extensions.
+-#if BUILDFLAG(IS_MAC) || ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \
++#if BUILDFLAG(IS_MAC) || ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && \
+ BUILDFLAG(CHROMIUM_BRANDING))
+ provider_list->push_back(std::make_unique<ExternalProviderImpl>(
+ service,